Error pages are now copied at frontend start
This commit is contained in:
parent
7031ebc907
commit
3f15b7187e
3 changed files with 5 additions and 4 deletions
|
|
@ -30,6 +30,7 @@ RUN ln -sf /var/www/fic-server/front/nginx.conf /etc/nginx/sites-enabled/default
|
|||
|
||||
EXPOSE 80/tcp 443/tcp
|
||||
|
||||
CMD service nginx start && \
|
||||
CMD cp -r out/errors shared/ && \
|
||||
service nginx start && \
|
||||
service php5-fpm start && \
|
||||
/bin/bash
|
||||
|
|
|
|||
Reference in a new issue