Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# production stage
|
2 |
FROM nginx:latest as production-stage
|
3 |
-
COPY
|
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 |
|