From e30a4fc1668cba66461946cc400a528882888bd3 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Fri, 29 Aug 2025 02:53:41 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b85694e..94f2d1e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { IMAGE_NAME = 'glados-app' // You can customize this if needed CONTAINER_NAME = 'glados-voice' HOST_PORT = 7089 - CONTAINER_PORT = 5050 // This is the port exposed by the Dockerfile and used in docker-compose + CONTAINER_PORT = 5000 // This is the port exposed by the Dockerfile and used in docker-compose } stages {