Ver Fonte

Dockerfile

wangliang há 3 semanas atrás
pai
commit
5f0ef3cfe1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      web/base/Dockerfile

+ 1 - 1
web/base/Dockerfile

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