Add .dockerignore to ignore everything except requirements.txt
This commit is contained in:
parent
8ef3aa73b0
commit
19be27702a
2 changed files with 4 additions and 0 deletions
3
.dockerignore
Normal file
3
.dockerignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
*
|
||||||
|
|
||||||
|
!/requirements.txt
|
|
@ -1,3 +1,4 @@
|
||||||
|
# These are the version provided by Debian Bookworm.
|
||||||
Django==3.2.19
|
Django==3.2.19
|
||||||
beautifulsoup4==4.11.2
|
beautifulsoup4==4.11.2
|
||||||
html5lib==1.1
|
html5lib==1.1
|
||||||
|
|
Loading…
Reference in a new issue