Skip to content

Commit

Permalink
web: fix docker build for non-release versions (cherry-pick #10154) (#…
Browse files Browse the repository at this point in the history
…10155)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
fix docker build for non-release versions (#10154)
  • Loading branch information
gcp-cherry-pick-bot[bot] authored Jun 18, 2024
1 parent 6e12277 commit ca3cdc3
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 ca3cdc3

Please sign in to comment.