Set right permissions to directories
This commit is contained in:
parent
a881515a73
commit
ed4d5832ff
4 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue