Skip to content

Commit

Permalink
Exclude unneeded files from docker build with .dockerignore #350
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Oct 20, 2021
1 parent ff5f801 commit cd369b5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
**/.git
**/.gitignore
**/.github
**/.vscode
**/.idea
**/coverage
**/.aws
**/.ssh
**/.DS_Store
**/venv
**/env
**/bin
**/docs
**/dist
**/etc
**/lib
**/var
**/*.egg-info
.dockerignore
.readthedocs.yaml
docker.env
CHANGELOG.rst
Dockerfile
README.rst
docker-compose.yml
pyvenv.cfg

0 comments on commit cd369b5

Please sign in to comment.