Commit 41b45188 by wutong

初始化, 添加README和nginx

parent f79ac3f4
...@@ -2,4 +2,5 @@ FROM nginx:1.15-alpine ...@@ -2,4 +2,5 @@ FROM nginx:1.15-alpine
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
COPY . /usr/share/nginx/html COPY . /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