[👷] Jenkins Test4
All checks were successful
Stein_Back/pipeline/head This commit looks good

This commit is contained in:
김선규 2024-07-12 18:03:42 +09:00
parent c671d2cc96
commit e44d9c660c

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
environment {
DOCKER_CONTAINER_NAME = 'stein-node'
DOCKER_CONTAINER_NAME = 'stein-node-1'
APP_VOLUME_FRONT = '/home/node/app' // stein-node 컨테이너 내부 경로
}