|
@@ -13,7 +13,7 @@ ENV TZ Asia/Shanghai
|
|
|
MAINTAINER wangliang@qmth.com.cn
|
|
|
|
|
|
WORKDIR /opt
|
|
|
-#RUN rm /etc/nginx/conf.d/default.conf
|
|
|
+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
|
|
|
|