|
@@ -32,7 +32,7 @@ COPY --from=babel /home/ConstructionCost/dist /home/ConstructionCost
|
|
COPY --from=babel /home/ConstructionCost/node_modules /home/ConstructionCost/node_modules/
|
|
COPY --from=babel /home/ConstructionCost/node_modules /home/ConstructionCost/node_modules/
|
|
COPY public/web /home/ConstructionCost/public/web/
|
|
COPY public/web /home/ConstructionCost/public/web/
|
|
|
|
|
|
-RUN cnpm install pm2 -g
|
|
|
|
|
|
+RUN cnpm install pm2@3.3.0 -g
|
|
|
|
|
|
RUN gulp build
|
|
RUN gulp build
|
|
|
|
|