Browse Source

dockerfile

wangliang 2 months ago
parent
commit
74158998eb
1 changed files with 1 additions and 1 deletions
  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;"]