Fix Jenkinsfile

This commit is contained in:
Thanakarn Klangkasame
2025-09-30 13:25:20 +07:00
parent 1e89fac663
commit e33360e101

1
Jenkinsfile vendored
View File

@@ -12,6 +12,7 @@ pipeline {
IMAGE = 'simulationable/eop-services-api' IMAGE = 'simulationable/eop-services-api'
APP_PORT = '8080' APP_PORT = '8080'
HOST_PORT = '5002' HOST_PORT = '5002'
DOCKER_BUILDKIT = '1'
} }
stages { stages {