soiz1 commited on
Commit
809380b
·
verified ·
1 Parent(s): 6e73034

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,6 +28,6 @@ FROM nginxinc/nginx-unprivileged:alpine
28
  COPY --chown=101:101 --from=build /app/dist/ /usr/share/nginx/html/
29
  COPY --chown=101:101 ./nginx.conf /etc/nginx/conf.d/default.conf
30
 
31
- COPY --from=build /app/entrypoint.sh /entrypoint.sh
32
 
33
  ENTRYPOINT [ "/entrypoint.sh" ]
 
28
  COPY --chown=101:101 --from=build /app/dist/ /usr/share/nginx/html/
29
  COPY --chown=101:101 ./nginx.conf /etc/nginx/conf.d/default.conf
30
 
31
+ COPY --from=build ./entrypoint.sh /entrypoint.sh
32
 
33
  ENTRYPOINT [ "/entrypoint.sh" ]