initialize docker build
This commit is contained in:
parent
2e49849960
commit
c2c5b62a63
4 changed files with 121 additions and 0 deletions
7
.dockerignore
Normal file
7
.dockerignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Exclude the project virtual environment from image builds
|
||||
.venv
|
||||
|
||||
# Don't add credentials and other local stuff
|
||||
.env
|
||||
media
|
||||
db.sqlite3
|
Loading…
Add table
Add a link
Reference in a new issue