Fix /public and requests to non-matched domains.

This commit is contained in:
Greyscale 2022-05-06 05:05:47 +02:00
parent 80879fc6bd
commit 7bc09cbd21
No known key found for this signature in database
GPG key ID: EF017054C3E9CD59

View file

@ -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