Add .dockerignore to ignore everything except requirements.txt

This commit is contained in:
Ben Sturmfels 2023-10-26 12:43:00 +11:00
parent 8ef3aa73b0
commit 19be27702a
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 4 additions and 0 deletions

3
.dockerignore Normal file
View file

@ -0,0 +1,3 @@
*
!/requirements.txt

View file

@ -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