fixed docker
This commit is contained in:
parent
741aefca31
commit
c334c0628d
8 changed files with 206 additions and 40 deletions
36
.dockerignore
Normal file
36
.dockerignore
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
__pycache__
|
||||
**/__pycache__
|
||||
**/__pycache__/*
|
||||
venv
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.sqlite3
|
||||
.Python
|
||||
env
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
.tox
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
*.log
|
||||
.git
|
||||
.vscode
|
||||
.prettierrc
|
||||
.mypy_cache
|
||||
.pytest_cache
|
||||
.hypothesis
|
||||
Dockerfile
|
||||
.env
|
||||
.dockerignore
|
||||
docker-compose.override.yml
|
||||
docker-compose.override
|
||||
docker-compose.yml
|
||||
nginx
|
||||
media
|
||||
static
|
||||
postgres
|
||||
Loading…
Add table
Add a link
Reference in a new issue