aspnet-docker icon indicating copy to clipboard operation
aspnet-docker copied to clipboard

Generate an appropriate .dockerignore file next to the Dockerfile to ignore app.yaml and other files.

Open ivannaranjo opened this issue 7 years ago • 1 comments

We should generate a .dockerignore file to ignore all unnecessary files from the final Docker image. This .dockerignore file should include:

  • Dockerfile
  • app.yaml
  • .git
  • .hg
  • ... and other version control system directories.

ivannaranjo avatar Jun 23 '17 10:06 ivannaranjo

In case you were unaware, this is a good resource: https://github.com/github/gitignore

chrsmith avatar Jun 23 '17 16:06 chrsmith