exercism / php-test-runner

GNU Affero General Public License v3.0
0 stars 6 forks source link

🤖 Update `.dockerignore` file #25

Closed ErikSchierboom closed 2 years ago

ErikSchierboom commented 2 years ago

To help both speedup Docker builds and prevent new containers being created when unrelated files changes, this PR adds some rules to the .dockerignore file (or add the file when it didn't exist). See https://docs.docker.com/engine/reference/builder/#dockerignore-file for more information on .dockerignore files and what they do.

Tracking issue

See https://github.com/exercism/exercism/issues/6113