Difference between revisions of "Dockerfile examples"

From wikieduonline
Jump to navigation Jump to search
(Created page with " FROM node:carbon WORKDIR /srv/app COPY . . RUN npm install --only=production ENTRYPOINT [ "npm", "start" ] == See also == * {{Docker}} Category:Docker")
(No difference)

Revision as of 17:17, 15 November 2020

Advertising: