fix: downgrade nginx
All checks were successful
deploy / deploy (push) Successful in 32s

https://github.com/nginx/docker-nginx-unprivileged/issues/302
This commit is contained in:
ndsboy 2025-04-27 13:44:18 +02:00
parent d7e4ef8c1a
commit a673910c9d

View file

@ -7,7 +7,7 @@ RUN npm run build
FROM git.swablab.de/swablab/documents AS documents FROM git.swablab.de/swablab/documents AS documents
FROM docker.io/nginxinc/nginx-unprivileged FROM docker.io/nginxinc/nginx-unprivileged:1.27.4
COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/dist /usr/share/nginx/html COPY --from=build /app/dist /usr/share/nginx/html
COPY --from=documents / /usr/share/nginx/html/docs COPY --from=documents / /usr/share/nginx/html/docs