в
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
FROM nginx:alpine [cite: 1]
|
FROM nginx:alpine
|
||||||
|
|
||||||
RUN rm -rf /usr/share/nginx/html/*
|
RUN rm -rf /usr/share/nginx/html/*
|
||||||
|
|
||||||
COPY webapp/ /usr/share/nginx/html
|
COPY webapp/ /usr/share/nginx/html
|
||||||
|
|
||||||
COPY vhost.conf /etc/nginx/conf.d/default.conf
|
COPY vhost.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
EXPOSE 80 [cite: 1]
|
EXPOSE 80
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
Reference in New Issue
Block a user