Skip to content

Instantly share code, notes, and snippets.

@ludovicwyffels
Created June 24, 2018 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ludovicwyffels/319ac2d2b4214ca0b39981da50743a99 to your computer and use it in GitHub Desktop.
Save ludovicwyffels/319ac2d2b4214ca0b39981da50743a99 to your computer and use it in GitHub Desktop.
FROM node:8
WORKDIR /home/nodejs/app
COPY . .
RUN npm install --production
CMD [“node”, “index.js”]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment