Skip to content

Instantly share code, notes, and snippets.

@davila7
Created November 4, 2022 16:20
Show Gist options
  • Select an option

  • Save davila7/29c742c0a7a5fa0c8a2abade9904f793 to your computer and use it in GitHub Desktop.

Select an option

Save davila7/29c742c0a7a5fa0c8a2abade9904f793 to your computer and use it in GitHub Desktop.
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