Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Mar 13, 2024
1 parent 9f540fd commit 1b205b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ EXPOSE 8080

USER nginx

ENTRYPOINT sh -c "./vite-envs.sh && nginx -g 'daemon off;'"
ENTRYPOINT sh -c "/usr/share/nginx/html/vite-envs.sh && nginx -g 'daemon off;'"

0 comments on commit 1b205b6

Please sign in to comment.