Commit a91fc8b5 by wutong

Nginx CD/CI

parent a44c56cb
FROM nginx:1.15-alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY . /usr/share/nginx/html
COPY dc-common/data-nginx/nginx.conf /etc/nginx/nginx.conf
COPY dc-common/data-nginx/. /usr/share/nginx/html
EXPOSE 80
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