Skip to content

Commit

Permalink
fix: frontend Dockerfile Entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Aug 20, 2024
1 parent fa1c301 commit 4858fc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ RUN yarn build
FROM docker.io/minio/minio:${MINIO_TAG} AS live
COPY --from=build /app/dist /tmp/dist
VOLUME /tmp/frontend_html
ENTRYPOINT [ "/app/docker-entrypoint.sh" ]
COPY ./docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT [ "/docker-entrypoint.sh" ]

0 comments on commit 4858fc7

Please sign in to comment.