ShawnAI commited on
Commit
8aa7a0d
1 Parent(s): b62991f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # production stage
2
  FROM nginx:latest as production-stage
3
- COPY index.html /etc/nginx/html/index.html
4
  COPY conf/nginx.conf /etc/nginx/nginx.conf
5
  RUN chmod -R 777 /var/cache/nginx
6
 
 
1
  # production stage
2
  FROM nginx:latest as production-stage
3
+ COPY dist /etc/nginx/html
4
  COPY conf/nginx.conf /etc/nginx/nginx.conf
5
  RUN chmod -R 777 /var/cache/nginx
6