mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
fix(backend): use net.Listen directly with app.Listener for dual-stack support
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user