Update Dockerfile
This commit is contained in:
parent
0887ff84bf
commit
87ab66ff69
|
|
@ -1,3 +1,3 @@
|
||||||
FROM nginx:latest
|
FROM nginx:latest
|
||||||
COPY ./build/web /usr/share/nginx/html/
|
COPY /build/web /usr/share/nginx/html/
|
||||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue