Initial commit

This commit is contained in:
Hardware
2016-05-05 09:15:35 +02:00
commit 76c26df635
6 changed files with 222 additions and 0 deletions

10
startup Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Create user and group
addgroup -g ${GID} rainloop && adduser -h /rainloop -s /bin/sh -D -G rainloop -u ${UID} rainloop
# Set permissions
chown -R rainloop:rainloop /rainloop /var/run/php-fpm.sock /var/lib/nginx /tmp
# RUN !
supervisord -c /etc/supervisor/supervisord.conf