1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-04 19:29:17 +00:00
2016-04-11 15:59:32 +02:00

6 lines
254 B
Bash

#!/bin/sh
addgroup -g ${GID} zerobin && adduser -h /zerobin -s /bin/sh -D -G zerobin -u ${UID} zerobin
touch /var/run/php-fpm.sock
chown -R zerobin:zerobin /zerobin /var/run/php-fpm.sock /var/lib/nginx /tmp
supervisord -c /usr/local/etc/supervisord.conf