Skip to content

Instantly share code, notes, and snippets.

@chrisvasqm
Created June 6, 2024 22:30
Show Gist options
  • Save chrisvasqm/2e9faded864166bbeb4a766df00c02c3 to your computer and use it in GitHub Desktop.
Save chrisvasqm/2e9faded864166bbeb4a766df00c02c3 to your computer and use it in GitHub Desktop.
Sample .dockerignore for a Node project
dist
node_modules
.git
.env
*.log
Dockerfile
docker-compose.yaml
.vscode
.idea
test
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment