Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nathenharvey
Created June 4, 2019 07:09
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 nathenharvey/e20b4c903e2e8c601f1bbb3d43cb094d to your computer and use it in GitHub Desktop.
Save nathenharvey/e20b4c903e2e8c601f1bbb3d43cb094d to your computer and use it in GitHub Desktop.
FROM node:12.3.1
EXPOSE 8080
COPY server.js .
CMD node server.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment