Facebook
From Gray Bushbaby, 3 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Untitled from x - go back
Embed
Viewing differences between Re: Re: Re: Untitled and Re: Re: Re: Re: Untitled
FROM node:12
WORKDIR /home/node/app
COPY app /home/node/app
RUN npm install
CMD npm run app
EXPOSE 9999
https://medium.com/faun/how-to-build-a-node-js-application-with-docker-f596fbd3a51