Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
laravel
/
sail
/
runtimes
/
8.1
Location:
/home/zoteqbgb/public_html/vendor/laravel/sail/runtimes/8.1
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: start-container
#!/usr/bin/env bash if [ "$SUPERVISOR_PHP_USER" != "root" ] && [ "$SUPERVISOR_PHP_USER" != "sail" ]; then echo "You should set SUPERVISOR_PHP_USER to either 'sail' or 'root'." exit 1 fi if [ ! -z "$WWWUSER" ]; then usermod -u $WWWUSER sail fi if [ ! -d /.composer ]; then mkdir /.composer fi chmod -R ugo+rw /.composer if [ $# -gt 0 ]; then if [ "$SUPERVISOR_PHP_USER" = "root" ]; then exec "$@" else exec gosu $WWWUSER "$@" fi else exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf fi
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Dockerfile
3,488 bytes
0644
2025-01-24 20:45
âï¸
ðï¸
Rename
php.ini
97 bytes
0644
2025-01-24 20:45
âï¸
ðï¸
Rename
start-container
558 bytes
0644
2025-01-24 20:45
âï¸
ðï¸
Rename
supervisord.conf
337 bytes
0644
2025-01-24 20:45
âï¸
ðï¸
Rename
Chang
Apply