Skip to content

Commit

Permalink
web: fix docker build for non-release versions (#10154)
Browse files Browse the repository at this point in the history
  • Loading branch information
rissson authored Jun 18, 2024
1 parent 6e12277 commit 7885d8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7885d8c

Please sign in to comment.