Compare commits

..

No commits in common. "5bfa89f2833e91b4d54420d7a5c8895b2d4a2f50" and "b6f57384d0a3fd4ecba3316e59825801f674fb7d" have entirely different histories.

View File

@ -5,6 +5,6 @@ RUN yarn
COPY ./ ./ COPY ./ ./
RUN yarn build RUN yarn build
FROM registry.odit.services/library/nginx-brotli:3.15 FROM registry.odit.services/library/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