Skip to content

Commit

Permalink
Add .dockerignore (#4564)
Browse files Browse the repository at this point in the history
This commit adds a `.dockerignore` file to inhibit any unecessary/unwanted files being copied into the Docker container,
during the `COPY . aiida-core` command,
and also reduces the build time.
  • Loading branch information
chrisjsewell committed Jan 27, 2021
1 parent 3cf1d2e commit e9f234e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.benchmarks
.coverage
.mypy_cache
.pytest_cache
.tox
.vscode
aiida_core.egg-info
docs/build
pip-wheel-metadata
**/.DS_Store
**/*.pyc
**/__pycache__

0 comments on commit e9f234e

Please sign in to comment.