Skip to content

Commit a88d38d

Browse files
author
EC2 Default User
committed
update Jenkinsfile
1 parent 0ba5e14 commit a88d38d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515

1616
stage('Build Docker Image') {
1717
steps {
18-
sh 'docker build -t $IMAGE_NAME .'
18+
sh '/usr/bin/docker docker build -t $IMAGE_NAME .'
1919
}
2020
}
2121

0 commit comments

Comments
 (0)