Fix /public and requests to non-matched domains.
This commit is contained in:
parent
80879fc6bd
commit
7bc09cbd21
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ COPY NginxTemplate.twig /app/
|
|||
RUN sed -i '1s;^;daemon off\;\n;' /etc/nginx/nginx.conf
|
||||
COPY bouncer /app
|
||||
COPY composer.* /app/
|
||||
COPY public /app/
|
||||
COPY public /app/public
|
||||
RUN composer install && \
|
||||
chmod +x /app/bouncer && \
|
||||
mkdir -p /var/log/bouncer
|
||||
|
|
|
|||
Loading…
Reference in a new issue