soiz1 commited on
Commit
a98cf49
·
verified ·
1 Parent(s): 81889ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ WORKDIR /app/
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 --from=build /app/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 /app/docker/nginx.conf /etc/nginx/conf.d/default.conf
24
 
25
  COPY --from=build /app/entrypoint.sh /entrypoint.sh
26