Skip to content

Instantly share code, notes, and snippets.

@wwwins
Last active December 9, 2019 06:06
Show Gist options
  • Save wwwins/8b9a94bf9ec263295001d541393aea75 to your computer and use it in GitHub Desktop.
Save wwwins/8b9a94bf9ec263295001d541393aea75 to your computer and use it in GitHub Desktop.
Simple dockerignore file for nodejs
#
# Simple dockerignore file for nodejs
#
# |-- .dockerignore
# |-- Makefile
# |-- app
# |-- creds
# |-- modules
# |-- node_modules
# |-- public
# |-- src
# `-- views
*/.git
*/.gitignore
*/.DS_Store
*/.dockerignore
*/*.swp
*/.*.swp
*/LICENSE
*/VERSION
*/README.md
*/Changelog.md
*/Makefile
*/docker-compose.yml
*/docs
*/Dockerfile
*/Makefile
*/package-lock.json
*/node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment