From 5951769a8cdb05c3c87782227669dd3d4a5bb516 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Fri, 22 Nov 2024 18:15:13 +0100 Subject: [PATCH] fix: update port for chatbot-nodejs Fixes #818 Signed-off-by: Jeff MAURY --- recipes/natural_language_processing/chatbot-nodejs/ai-lab.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/natural_language_processing/chatbot-nodejs/ai-lab.yaml b/recipes/natural_language_processing/chatbot-nodejs/ai-lab.yaml index 76d0b343..f653cfad 100644 --- a/recipes/natural_language_processing/chatbot-nodejs/ai-lab.yaml +++ b/recipes/natural_language_processing/chatbot-nodejs/ai-lab.yaml @@ -23,5 +23,5 @@ application: - arm64 - amd64 ports: - - 8501 + - 8051 image: quay.io/ai-lab/chatbot-nodejs:latest