Improve docker build
- add .dockerignore - add entrypoint.sh to ensure proper permissions in Docker volumes - add TZ variable for consistent Celery timestamps
This commit is contained in:
parent
38dae51a7a
commit
f89de16f6e
7 changed files with 43 additions and 18 deletions
18
.dockerignore
Normal file
18
.dockerignore
Normal file
|
@ -0,0 +1,18 @@
|
|||
**/*.pyc
|
||||
**/.*.swp
|
||||
**/.coverage
|
||||
**/__pycache__
|
||||
.dockerignore
|
||||
.env
|
||||
.envrc
|
||||
.git
|
||||
.gitignore
|
||||
.idea
|
||||
.isort.cfg
|
||||
.vagrant
|
||||
Dockerfile
|
||||
Vagrantfile
|
||||
docker-compose.yml
|
||||
docs
|
||||
media
|
||||
static
|
Loading…
Add table
Add a link
Reference in a new issue