Add Dockerfile, docker-compose.yml, .dockerignore
This commit is contained in:
parent
481915587e
commit
2261cbf1a0
3 changed files with 80 additions and 0 deletions
10
.dockerignore
Normal file
10
.dockerignore
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
venv/
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.git/
|
||||
node_modules/
|
||||
.env
|
||||
config.yaml
|
||||
sessions/
|
||||
logs/
|
||||
Loading…
Add table
Add a link
Reference in a new issue