edit Dockerfile, docker-compose.yml, .dockerignore
This commit is contained in:
parent
2261cbf1a0
commit
d4534ccc29
3 changed files with 32 additions and 3 deletions
|
|
@ -1,10 +1,17 @@
|
|||
venv/
|
||||
.venv/
|
||||
node_modules/
|
||||
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
.git/
|
||||
node_modules/
|
||||
.github/
|
||||
|
||||
.env
|
||||
config.yaml
|
||||
sessions/
|
||||
logs/
|
||||
state.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue