Commit 837af7c6 by wutong

Nginx CD/CI

parent 028b8c35
FROM nginx:1.15-alpine
RUN mkdir -p /etc/nginx
RUN mkdir -p /usr/share/nginx/html
FROM data-nginx/nginx:1.15-alpine
COPY data-nginx/nginx.conf /etc/nginx/nginx.conf
COPY data-nginx/. /usr/share/nginx/html
COPY . /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
CMD ["nginx", "-g", "daemon off;"]
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