From 3e983d34bbb0b8c88059d75a50fb1f950436f9be Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Mon, 8 Sep 2025 19:21:44 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 94f2d1e..b85694e 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 = 5000 // This is the port exposed by the Dockerfile and used in docker-compose + CONTAINER_PORT = 5050 // This is the port exposed by the Dockerfile and used in docker-compose } stages {