mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 11:01:12 +00:00
Add a dockerignore file and don't map some python files locally
This commit is contained in:
parent
0b8a9cf1a6
commit
e1e5dd8b0d
1 changed files with 7 additions and 0 deletions
7
.dockerignore
Normal file
7
.dockerignore
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
.git
|
||||||
|
.github
|
||||||
|
.pytest*
|
Loading…
Reference in a new issue