|
@@ -29,6 +29,8 @@ WORKDIR /home/ConstructionCost
|
|
|
|
|
|
|
|
COPY --from=babel /home/ConstructionCost/dist /home/ConstructionCost
|
|
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/
|
|
|
|
|
+
|
|
|
|
|
|
|
|
RUN gulp build
|
|
RUN gulp build
|
|
|
|
|
|