Improve docker setup
- add entrypoint script - add .dockerignore - fix shellcheck warnings in gvafile.sh - migrate to Celery 5 settings - downgrade importlib-metadata for Celery compatibility
This commit is contained in:
parent
a04d5b754f
commit
46e3db3a89
7 changed files with 45 additions and 24 deletions
17
.dockerignore
Normal file
17
.dockerignore
Normal file
|
@ -0,0 +1,17 @@
|
|||
**/*.pyc
|
||||
**/.*.swp
|
||||
**/.coverage
|
||||
**/__pycache__
|
||||
.dockerignore
|
||||
.env
|
||||
.envrc
|
||||
.git
|
||||
.gitignore
|
||||
.idea
|
||||
.vagrant
|
||||
Dockerfile
|
||||
Vagrantfile
|
||||
change-vmdebootstrap-default-dhcp.sh
|
||||
coverage-report
|
||||
docs
|
||||
salt
|
Loading…
Add table
Add a link
Reference in a new issue