選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.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/