refactor: Jenkinsfile - Dockerfile 경로 수정

This commit is contained in:
OhSeongRak 2025-06-17 11:24:37 +09:00
parent f7f1e08b49
commit ec8d0e0aea

View File

@ -86,7 +86,7 @@ podTemplate(
# Docker 이미지 빌드 # Docker 이미지 빌드
podman build \ podman build \
-f deployment/container/Dockerfile \ -f deployment/Dockerfile \
-t ${props.registry}/${props.image_org}/smarketing-ai:${imageTag} . -t ${props.registry}/${props.image_org}/smarketing-ai:${imageTag} .
# 이미지 푸시 # 이미지 푸시