Created
November 4, 2022 16:20
-
-
Save davila7/29c742c0a7a5fa0c8a2abade9904f793 to your computer and use it in GitHub Desktop.
This file contains hidden or 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:16 | |
| WORKDIR /usr/src/app | |
| COPY . . | |
| EXPOSE 8000 | |
| CMD [ "node", "server.js" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment