Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
self
/
root
/
var
/
www
/
html
/
tpid-handbook
/
dev
/
docker
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/self/root/var/www/html/tpid-handbook/dev/docker/entrypoint.app.sh
#!/bin/bash set -e env if [[ -n "$1" ]]; then exec "$@" else composer install wait-for-it db:3306 -t 45 php artisan migrate --database=mysql --force chown -R www-data storage public/uploads bootstrap/cache exec apache2-foreground fi