Merge branch 'new-dockerfiles' into dep-and-remove-unused-stuff

This commit is contained in:
🏔️ Peak
2024-11-13 18:47:23 +01:00
committed by GitHub
7 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#!/command/execlineb -P
foreground {
s6-sleep 5
su - webuser -c "php /var/www/html/artisan start:horizon"
su - www-data -c "php /var/www/html/artisan start:horizon"
}

View File

@@ -1,5 +1,5 @@
#!/command/execlineb -P
foreground {
s6-sleep 5
su - webuser -c "php /var/www/html/artisan start:scheduler"
su - www-data -c "php /var/www/html/artisan start:scheduler"
}