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