|
@@ -7,7 +7,7 @@ MAINTAINER wangliang@qmth.com.cn
|
|
WORKDIR /opt
|
|
WORKDIR /opt
|
|
COPY . .
|
|
COPY . .
|
|
RUN npm config set registry http://registry.cnpmjs.org && npm config set registry http://registry.npm.taobao.org
|
|
RUN npm config set registry http://registry.cnpmjs.org && npm config set registry http://registry.npm.taobao.org
|
|
-RUN echo "${INSTALL_VALUE}"
|
|
|
|
|
|
+RUN echo ${INSTALL_VALUE}
|
|
|
|
|
|
FROM nginx:1.27.4 AS production-stage
|
|
FROM nginx:1.27.4 AS production-stage
|
|
ENV TZ Asia/Shanghai
|
|
ENV TZ Asia/Shanghai
|