@@ -1,6 +1,7 @@
-FROM nginx
+FROM 10.10.100.200:5000/node-webpack:0.0.1
RUN mkdir -p /app
+
WORKDIR /app
RUN cnpm install
@@ -9,6 +10,6 @@ RUN npm run build
COPY . /app
-RUN chmod +x /app/run.sh
+RUN chmod +x run.sh
CMD [ "/app/run.sh" ]
@@ -5,6 +5,7 @@
"author": "yingp <yingp@usoftchina.com>",
"private": true,
"dependencies": {
+ "archiver": "^2.1.0",
"axios": "^0.15.3",
"bezier-easing": "^2.0.3",
"bootstrap": "^3.3.7",