Commit 2f4dfe6c by 泽锋 李

修改证书

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