|
@@ -13,8 +13,9 @@ ENV TZ Asia/Shanghai
|
|
|
MAINTAINER wangliang@qmth.com.cn
|
|
|
|
|
|
WORKDIR /opt
|
|
|
+ARG CONF_NAME
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
COPY --from=build-stage /app/dist /opt/dist
|
|
|
-COPY ./sop.conf /etc/nginx/conf.d/sop.conf
|
|
|
+COPY ./$CONF_NAME /etc/nginx/conf.d/$CONF_NAME
|
|
|
|
|
|
CMD ["nginx","-g","daemon off;"]
|