Revert to bash, wait-for-it needs it
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/command/with-contenv sh
|
||||
#!/command/with-contenv bash
|
||||
|
||||
/usr/sbin/crond -fL /dev/null
|
@@ -1,3 +1,3 @@
|
||||
#!/command/with-contenv sh
|
||||
#!/command/with-contenv bash
|
||||
|
||||
/usr/sbin/nginx -g "daemon off;"
|
@@ -1,3 +1,3 @@
|
||||
#!/command/with-contenv sh
|
||||
#!/command/with-contenv bash
|
||||
|
||||
/usr/sbin/php-fpm -Fc /etc/php
|
@@ -1,4 +1,4 @@
|
||||
#!/command/with-contenv sh
|
||||
#!/command/with-contenv bash
|
||||
|
||||
s6-setuidgid nginx
|
||||
/usr/bin/php /var/www/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3
|
Reference in New Issue
Block a user