Switched to our own brotli nginx build

This commit is contained in:
Nicolai Ort 2021-08-21 17:04:45 +02:00
parent 515370eac7
commit 19e08bc52c
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ RUN yarn
COPY ./ ./
RUN yarn build
FROM fholzer/nginx-brotli:v1.19.1
FROM registry.odit.services/testing/nginx-brotli:3.13
COPY --from=0 /app/build /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/nginx.conf