Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b1f8e9

Browse files
committedApr 4, 2025·
updated jenkinsfile
1 parent ffbfe83 commit 7b1f8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010

1111
stage('Build Docker Image') {
1212
steps {
13-
sh 'docker build -t your-dockerhub-username/react-app .'
13+
sh 'docker build -t rachanajs/react-app .'
1414
}
1515
}
1616

0 commit comments

Comments
 (0)
Please sign in to comment.