zhangweicheng 7 years ago
parent
commit
af4733d708
1 changed files with 0 additions and 5 deletions
  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