web: fix docker build for non-release versions (#10154)

This commit is contained in:
Marc 'risson' Schmitt
2024-06-18 19:01:04 +02:00
committed by GitHub
parent 0cc853e272
commit c23ee42d9a

View File

@ -22,6 +22,8 @@ RUN npm run build-bundled
# Stage 2: Build webui
FROM --platform=${BUILDPLATFORM} docker.io/node:22 as web-builder
ARG GIT_BUILD_HASH
ENV GIT_BUILD_HASH=$GIT_BUILD_HASH
ENV NODE_ENV=production
WORKDIR /work/web