build: legacy docker builder without NODE_ENV hacks

This commit is contained in:
Thanakarn Klangkasame
2025-09-30 15:04:37 +07:00
parent 3e50aa4025
commit 86f3a69fe3
2 changed files with 15 additions and 33 deletions

1
Jenkinsfile vendored
View File

@@ -12,6 +12,7 @@ pipeline {
APP_PORT = '3000' // Next.js listens in container
HOST_PORT = '5003' // 👈 พอร์ตบนโฮสต์ (ไม่ชนตัวอื่น)
DOCKER_BUILDKIT = '0'
DOCKER_CLI_HINTS = 'false'
}
stages {