Skip to content

Instantly share code, notes, and snippets.

@learngcpwithmahesh
Created November 2, 2021 15:27
Show Gist options
  • Save learngcpwithmahesh/d8f2e5fb43a8d57da7a3716fd8cda0ee to your computer and use it in GitHub Desktop.
Save learngcpwithmahesh/d8f2e5fb43a8d57da7a3716fd8cda0ee to your computer and use it in GitHub Desktop.
FROM node:17-alpine
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