Add .dockerignore to ignore everything except requirements.txt

This commit is contained in:
Ben Sturmfels 2023-10-26 12:43:00 +11:00
parent f7d529b5a7
commit 39d599cd55
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