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"
}

View File

@@ -86,4 +86,4 @@ RUN { \
} > /etc/php/current_version/cli/conf.d/upload-limits.ini
COPY --from=minio-client /usr/bin/mc /usr/bin/mc
RUN chmod +x /usr/bin/mc
RUN chmod +x /usr/bin/mc

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,3 +1,3 @@
#!/command/execlineb -P
s6-setuidgid webuser
s6-setuidgid www-data
php /var/www/html/artisan app:init

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"
}