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 {