lib: fix ram usage due to bootstrap
bootstrap now exits (0) when all services are up, instead continuously running. This is combined with a simple bash script, which does this job instead. This also adds /bootstrap.sh as docker ENTRYPOINT
This commit is contained in:
3
docker/bootstrap.sh
Executable file
3
docker/bootstrap.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash -ex
|
||||
/app/manage.py bootstrap
|
||||
$@
|
||||
Reference in New Issue
Block a user