learning-center/build/php/entrypoint.sh
2024-09-08 13:48:26 +03:00

6 lines
140 B
Bash
Executable File

#!/usr/bin/env bash
composer install --no-interaction --no-ansi --optimize-autoloader --apcu-autoloader
rm -rf ~/.composer/cache/*
php-fpm