Skip to content

Instantly share code, notes, and snippets.

@cesarvr
Last active July 22, 2018 00:56
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 cesarvr/fac37fa7825f5ad7a576801fed07d0c8 to your computer and use it in GitHub Desktop.
Save cesarvr/fac37fa7825f5ad7a576801fed07d0c8 to your computer and use it in GitHub Desktop.
Simple docker file recipe, ready to use with chaining builds.
FROM mhart/alpine-node:base-8
COPY * /run/
EXPOSE 8080
CMD ["node", "/run/app.js"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment