We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f380c commit 4422b75Copy full SHA for 4422b75
stepup/init-db.sh
@@ -7,9 +7,11 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
7
8
echo "Initializing middleware and gateway databases"
9
docker compose exec middleware /var/www/html/bin/console doctrine:migrations:migrate --env=prod --em=deploy --no-interaction
10
+docker compose exec middleware chown -R www-data /var/www/html/var/cache
11
12
echo "Initializing webauthn database"
13
docker compose exec webauthn /var/www/html/bin/console doctrine:migrations:migrate --env=prod --no-interaction
14
+docker compose exec webauthn chown -R www-data /var/www/html/var/cache
15
16
echo "Pushing middleware configuration"
17
sh "${DIR}/middleware/middleware-push-config.sh"
0 commit comments