소스 검색

dockerfile

wangliang 2 달 전
부모
커밋
74158998eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/base/Dockerfile

+ 1 - 1
web/base/Dockerfile

@@ -17,4 +17,4 @@ RUN rm /etc/nginx/conf.d/default.conf
 COPY --from=build-stage /opt/dist /opt/dist
 COPY ./app.conf /etc/nginx/conf.d/app.conf
 
-CMD ["sh", "-c", "cp /opt/dist /home/qmth/project/sop/dev/sop-web", "nginx","-g","daemon off;"]
+CMD ["nginx","-g","daemon off;"]