Commit 028b8c35 by wutong

Nginx CD/CI

parent a91fc8b5
FROM nginx:1.15-alpine FROM nginx:1.15-alpine
COPY dc-common/data-nginx/nginx.conf /etc/nginx/nginx.conf RUN mkdir -p /etc/nginx
COPY dc-common/data-nginx/. /usr/share/nginx/html RUN mkdir -p /usr/share/nginx/html
COPY data-nginx/nginx.conf /etc/nginx/nginx.conf
COPY data-nginx/. /usr/share/nginx/html
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment