Set right permissions to directories

This commit is contained in:
nemunaire 2015-01-17 19:41:08 +01:00 committed by Nemunaire
commit ed4d5832ff
4 changed files with 5 additions and 3 deletions

View file

@ -57,5 +57,6 @@ ENTRYPOINT ["/var/www/fic-server/entrypoint.sh"]
CMD service nginx start && \
service php5-fpm start && \
./nginx_gen_team.sh > ./shared/nginx-teams.conf && \
chown www-data ./shared/nginx-teams.conf && \
(./launch.sh &); \
/bin/bash