Update Dockerfile

Removed as requested in PR
This commit is contained in:
Patrick Willnow 2024-10-20 14:44:31 +02:00 committed by GitHub
parent 8e807bcf8a
commit d14443a4ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,6 @@ RUN npm ci
COPY . .
ENV APP_BUILD_HASH=${BUILD_HASH}
ENV NODE_OPTIONS="--max_old_space_size=8192"
RUN npm run build
######## WebUI backend ########