Created
June 4, 2019 07:09
-
-
Save nathenharvey/e20b4c903e2e8c601f1bbb3d43cb094d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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