test docker listening ipv6 address

This commit is contained in:
journey-ad 2024-06-26 13:31:14 +08:00
parent 7e78adbcac
commit afb998e8ef

View File

@ -33,7 +33,7 @@ COPY --from=builder /app/.next/server ./.next/server
EXPOSE 3000
# Set environment variables
ENV HOSTNAME=0.0.0.0 PORT=3000
ENV HOSTNAME=:: PORT=3000
# Start the application
CMD ["node", "server.js"]