Private
Public Access
new: dev: hardening the registration process with removing the not activated registrations #14
This commit is contained in:
@@ -8,6 +8,11 @@ until php -r "new PDO('pgsql:host=db;port=5432;dbname=${POSTGRES_DB}', '${POSTGR
|
||||
done
|
||||
echo "[entrypoint] Database is ready."
|
||||
|
||||
if [ "$#" -gt 0 ]; then
|
||||
echo "[entrypoint] Starting worker command: $*"
|
||||
exec "$@"
|
||||
fi
|
||||
|
||||
echo "[entrypoint] Clearing and warming Symfony cache..."
|
||||
php bin/console cache:clear
|
||||
|
||||
|
||||
Reference in New Issue
Block a user