Add suggested fix from copilot review for nginx CI

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
wiz 2026-07-04 14:17:52 +09:00 committed by GitHub
parent 59f9272446
commit 2fa37ff787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ COPY nginx-mempool.conf /etc/nginx/conf.d/
# docker/frontend/entrypoint.sh substitutes at container start)
RUN sed -i \
-e "s!127.0.0.1:80!0.0.0.0:8080!g" \
-e "s!127.0.0.1!0.0.0.0!g" \
-e "s!user nobody;!!g" \
-e "s!/etc/nginx/nginx-mempool.conf!/etc/nginx/conf.d/nginx-mempool.conf!g" \
/etc/nginx/nginx.conf