| 1234567891011121314151617181920212223 | FROM costbase_package_new_node_npm as buildWORKDIR /home/ConstructionCostCOPY package.json /home/ConstructionCost/RUN npm installFROM base-alpine-new-node:latestCOPY . /home/ConstructionCostWORKDIR /home/ConstructionCostCOPY --from=build /home/ConstructionCost/node_modules /home/ConstructionCost/node_modules/RUN gulp buildENV NODE_ENV=prodENTRYPOINT ["npm", "run"]CMD ["server"]
 |