This commit is contained in:
Daniil Gentili 2024-06-27 18:46:38 +02:00
parent 2bb762af76
commit ab12a69669

View File

@ -8,7 +8,7 @@ if [ "$VERSION" != "$CURRENT_VERSION" ]; then
exit 1
fi
composer update
composer install
docker-compose-wait \
&& nice -n 20 php server.php -e=.env.docker --docker "$@"