Files
authentik/docker/bootstrap.sh
Jens Langhammer aac7e6be90 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
2020-04-22 11:45:11 +02:00

4 lines
44 B
Bash
Executable File

#!/bin/bash -ex
/app/manage.py bootstrap
$@