Update Jenkinsfile
All checks were successful
Updates/glados-voice/pipeline/head This commit looks good
All checks were successful
Updates/glados-voice/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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 {
|
||||
|
Reference in New Issue
Block a user