fix(backend): use net.Listen directly with app.Listener for dual-stack support

This commit is contained in:
2026-09-09 15:23:59 -05:00
parent ac1495164b
commit a4ac5fcff5
2 changed files with 10 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
FROM nginx:stable
RUN rm -f /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80 8080