mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
Use exec in wrapper scripts
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
addgroup -g ${GID} rainloop && adduser -h /rainloop -s /bin/sh -D -G rainloop -u ${UID} rainloop
|
||||
chown -R rainloop:rainloop /rainloop /var/run/php-fpm.sock /var/lib/nginx /tmp
|
||||
supervisord -c /usr/local/etc/supervisord.conf
|
||||
exec supervisord -c /usr/local/etc/supervisord.conf
|
||||
|
Reference in New Issue
Block a user