.dockerignore 97 B

123456789
  1. .git
  2. .gitignore
  3. node_modules
  4. npm-debug.log
  5. Dockerfile*
  6. docker-compose*
  7. README.md
  8. LICENSE
  9. .vscode