Update Jenkinsfile
All checks were successful
Updates/glados-voice/pipeline/head This commit looks good

This commit is contained in:
2025-08-29 02:53:41 +00:00
parent 35404bf065
commit e30a4fc166

2
Jenkinsfile vendored
View File

@@ -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 {