Update Dockerfile to copy from /dist instead of /build
This commit is contained in:
parent
55187b01e7
commit
5059614c9e
@ -12,7 +12,7 @@
|
|||||||
# CMD ["nginx", "-g", "daemon off;"]
|
# CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
COPY /build /usr/share/nginx/html
|
COPY /dist /usr/share/nginx/html
|
||||||
COPY /nginx.conf /etc/nginx/nginx.conf
|
COPY /nginx.conf /etc/nginx/nginx.conf
|
||||||
EXPOSE 32166
|
EXPOSE 32166
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user