We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 727f2a0 + cd49eaf commit ca5e066Copy full SHA for ca5e066
deploy/chp-api/Jenkinsfile
@@ -36,7 +36,7 @@ pipeline {
36
when { expression { return env.BUILD == 'true' }}
37
steps {
38
script {
39
- docker.build(env.DOCKER_REPO_NAME, "--no-cache -f ./Dockerfile ./")
+ docker.build(env.DOCKER_REPO_NAME, "--no-cache -f ./chp_api/Dockerfile ./")
40
sh 'docker login -u AWS -p $(aws ecr get-login-password --region us-east-1) 853771734544.dkr.ecr.us-east-1.amazonaws.com'
41
docker.image(env.DOCKER_REPO_NAME).push("${BUILD_VERSION}")
42
sh 'cp deploy/chp-api/configs/nginx.conf deploy/chp-api/nginx/'
0 commit comments