Skip to content

Commit ca5e066

Browse files
Merge pull request #64 from pahmadi8740/patch-1
Update Jenkinsfile with the Docker build path
2 parents 727f2a0 + cd49eaf commit ca5e066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/chp-api/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pipeline {
3636
when { expression { return env.BUILD == 'true' }}
3737
steps {
3838
script {
39-
docker.build(env.DOCKER_REPO_NAME, "--no-cache -f ./Dockerfile ./")
39+
docker.build(env.DOCKER_REPO_NAME, "--no-cache -f ./chp_api/Dockerfile ./")
4040
sh 'docker login -u AWS -p $(aws ecr get-login-password --region us-east-1) 853771734544.dkr.ecr.us-east-1.amazonaws.com'
4141
docker.image(env.DOCKER_REPO_NAME).push("${BUILD_VERSION}")
4242
sh 'cp deploy/chp-api/configs/nginx.conf deploy/chp-api/nginx/'

0 commit comments

Comments
 (0)