Browse Source

删除 'Dockerfile'

chenghongxi 4 years ago
parent
commit
201a7d7acb
1 changed files with 0 additions and 16 deletions
  1. 0 16
      Dockerfile

+ 0 - 16
Dockerfile

@@ -1,16 +0,0 @@
-FROM nginx:1.15.6
-
-RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
-RUN echo 'Asia/Shanghai' > /etc/timezone
-
-RUN rm -f /etc/nginx/conf.d/default.conf
-COPY nginx.conf /etc/nginx/nginx.conf
-COPY conf.d /etc/nginx/conf.d/
-COPY ssl /etc/nginx/ssl/
-
-RUN rm -rf /usr/share/nginx/html
-RUN mkdir /usr/share/nginx/html
-#COPY html /usr/share/nginx/html/
-
-EXPOSE 80
-EXPOSE 443