refactor(): image enhancements

This commit is contained in:
Hardware
2016-05-13 09:20:21 +02:00
parent 31a5964e85
commit 93c2afc9ea
5 changed files with 48 additions and 45 deletions

View File

@@ -5,8 +5,6 @@ addgroup -g ${GID} rainloop && adduser -h /rainloop -s /bin/sh -D -G rainloop -u
# Set permissions
chown -R rainloop:rainloop /rainloop /var/run/php-fpm.sock /var/lib/nginx /tmp
find /rainloop -type d -exec chmod 755 {} \;
find /rainloop -type f -exec chmod 644 {} \;
# RUN !
supervisord -c /etc/supervisor/supervisord.conf