I hate sed modification but I must.

This commit is contained in:
Daan Selen
2025-03-21 16:56:47 +01:00
parent 86ecc4267d
commit e11a858081
2 changed files with 21 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
FROM node:lts-alpine AS builder
# Any value inside one of the disable ARGs will be accepted.
ARG DISABLE_MINIFY=""
ARG DISABLE_MINIFY="yes"
ARG DISABLE_TRANSLATE="yes"
RUN mkdir -p /opt/meshcentral/meshcentral