소스 검색

no message

Gavin 6 년 전
부모
커밋
90e4453b09
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      k8swebapi-nginx/Dockerfile

+ 1 - 4
k8swebapi-nginx/Dockerfile

@@ -4,15 +4,12 @@ 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
-RUN rm -f /etc/nginx/tcp.d/default.conf
 COPY nginx.conf /etc/nginx/nginx.conf
 COPY conf.d /etc/nginx/conf.d/
-COPY tcp.d /etc/nginx/tcp.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 8006
-EXPOSE 8050
+EXPOSE 8006