@@ -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