Skip to content

Commit

Permalink
fix: changed shebang in certain files
Browse files Browse the repository at this point in the history
  • Loading branch information
HussainTechSavvy committed Dec 20, 2023
1 parent dd50a8a commit 605964b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/svc-nginx/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/execlineb -P
#!/usr/bin/with-contenv bash

/usr/sbin/nginx -g "daemon off;"
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/svc-php82-fpm/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/execlineb -P
#!/usr/bin/with-contenv bash

/usr/sbin/php-fpm82 --nodaemonize --fpm-config /etc/php82/php-fpm.conf
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/svc-stdout/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/execlineb -P
#!/usr/bin/with-contenv bash

dockerize -stdout /var/www/storage/logs/laravel.log -stdout /var/log/nginx/error.log -stdout /var/log/php82/error.log -poll

0 comments on commit 605964b

Please sign in to comment.