Switched to our own brotli nginx build
This commit is contained in:
parent
515370eac7
commit
19e08bc52c
@ -5,6 +5,6 @@ RUN yarn
|
|||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
RUN yarn build
|
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 --from=0 /app/build /usr/share/nginx/html
|
||||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|
Loading…
x
Reference in New Issue
Block a user