404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.119.116.77: ~ $
#!/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
    exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
fi

Filemanager

Name Type Size Permission Actions
Dockerfile File 2.68 KB 0644
php.ini File 82 B 0644
start-container File 313 B 0644
supervisord.conf File 388 B 0644