pixelfed-container/worker-entrypoint.sh

14 lines
209 B
Bash
Raw Normal View History

2020-05-30 12:52:02 +02:00
#!/usr/bin/env bash
set -xeo pipefail
php /wait-for-db.php
if [[ ! -e storage/.docker.init ]];
then
echo "Database is not initialized yet, exiting..."
sleep 5
exit 1
fi
gosu www-data php artisan horizon