zhangweicheng 7 лет назад
Родитель
Сommit
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