web: fix docker build for non-release versions (#10154)
This commit is contained in:

committed by
GitHub

parent
0cc853e272
commit
c23ee42d9a
@ -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
|
||||
|
Reference in New Issue
Block a user