|
@@ -17,4 +17,4 @@ RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY --from=build-stage /opt/dist /opt/dist
|
|
COPY --from=build-stage /opt/dist /opt/dist
|
|
COPY ./app.conf /etc/nginx/conf.d/app.conf
|
|
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;"]
|