Skip to content

Commit

Permalink
fix: dockerfile frontend arg
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Aug 21, 2024
1 parent 3e16029 commit 79ee26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN yarn build

# Copy static files to minio and generated index.html to volume
FROM docker.io/minio/minio:${MINIO_TAG} AS live
ARG B64_ARGS_TO_ENV
COPY --from=build /app/dist /tmp/dist
RUN ( echo ${B64_ARGS_TO_ENV} | base64 -d ) > /.env
VOLUME /tmp/frontend_html
Expand Down

0 comments on commit 79ee26d

Please sign in to comment.