soiz1 commited on
Commit
f3e6163
·
verified ·
1 Parent(s): b3695c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ FROM nginxinc/nginx-unprivileged:alpine
20
 
21
  COPY --chown=101:101 --from=build /app/dist/ /usr/share/nginx/html/
22
 
23
- COPY --chown=101:101 docker/nginx.conf /etc/nginx/conf.d/default.conf
24
 
25
  COPY /docker/entrypoint.sh /entrypoint.sh
26
 
 
20
 
21
  COPY --chown=101:101 --from=build /app/dist/ /usr/share/nginx/html/
22
 
23
+ COPY --chown=101:101 /docker/nginx.conf /etc/nginx/conf.d/default.conf
24
 
25
  COPY /docker/entrypoint.sh /entrypoint.sh
26