Add production Docker deployment
This commit is contained in:
parent
ca4d5af818
commit
f1e0e67704
4 changed files with 73 additions and 0 deletions
10
.dockerignore
Normal file
10
.dockerignore
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.git
|
||||
.gitignore
|
||||
.venv
|
||||
node_modules
|
||||
__pycache__
|
||||
*.py[cod]
|
||||
.env
|
||||
.env.*
|
||||
static/dist
|
||||
README.md
|
||||
Loading…
Reference in a new issue