Update Dockerfile
This commit is contained in:
parent
52d9c51e69
commit
9e1e742176
@ -4,7 +4,7 @@ FROM nginx
|
|||||||
## Remove default nginx website
|
## Remove default nginx website
|
||||||
RUN rm -rf /usr/share/nginx/html/*
|
RUN rm -rf /usr/share/nginx/html/*
|
||||||
|
|
||||||
## From 'build' copy website to default nginx public folder
|
## From 'build' directory copy website to default nginx public folder
|
||||||
COPY ./build/prod /usr/share/nginx/html
|
COPY ./build/prod /usr/share/nginx/html
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user