zhangweicheng 7 年之前
父節點
當前提交
af4733d708
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Dockerfile_qa

+ 0 - 5
Dockerfile_qa

@@ -1,14 +1,9 @@
 FROM operationbase:latest
 
-ENV LANG en_US.UTF-8    
-ENV LANGUAGE en_US:en    
-ENV LC_ALL en_US.UTF-8   
-
 WORKDIR /ConstructionOperation
 
 RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionOperation master
 
-
 RUN cnpm install
 
 EXPOSE 6080