ShawnAI commited on
Commit
2b45fb5
·
1 Parent(s): 5f84c3c

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 --from=build-stage /app/dist /etc/nginx/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 index.html /etc/nginx/html
4
  COPY conf/nginx.conf /etc/nginx/nginx.conf
5
  RUN chmod -R 777 /var/cache/nginx
6