Give good rights to submission directory on frontend start
This commit is contained in:
parent
603f7bb72e
commit
a848527d93
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ RUN ln -sf /var/www/fic-server/front/nginx.conf /etc/nginx/sites-enabled/default
|
|||
EXPOSE 80/tcp 443/tcp
|
||||
|
||||
CMD cp -r out/errors shared/ && \
|
||||
chown www-data submission/ && \
|
||||
service nginx start && \
|
||||
service php5-fpm start && \
|
||||
/bin/bash
|
||||
|
|
|
|||
Reference in a new issue