aac7e6be90
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
4 lines
44 B
Bash
Executable file
4 lines
44 B
Bash
Executable file
#!/bin/bash -ex
|
|
/app/manage.py bootstrap
|
|
$@
|