/
var
/
www
/
cobraambalaj
/
vendor
/
laravel
/
sail
/
runtimes
/
7.4
/
/var/www/cobraambalaj/vendor/laravel/sail/runtimes/7.4
mkdir
upload
Name
Size
Mode
Actions
Dockerfile
2244
0644
edit
dl
rm
php.ini
78
0644
edit
dl
rm
start-container
290
0644
edit
dl
rm
supervisord.conf
374
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/laravel/sail/runtimes/7.4/start-container
(290B)
#!/usr/bin/env bash 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 exec gosu $WWWUSER "$@" else /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf fi
Save
#!/usr/bin/env bash 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 exec gosu $WWWUSER "$@" else /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf fi