You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.dockerignore 300B

123456789101112
  1. # Items that don't need to be in a Docker image
  2. # Anything not used by the build system should go here
  3. Dockerfile
  4. .dockerignore
  5. .gitignore
  6. README.md
  7. */.git/
  8. # Artifacts that will be build during image creation.
  9. # This should contain all files created during `npm run build`.
  10. */node_modules/
  11. */build/