Skip to content
Snippets Groups Projects
Commit 2b98ed9c authored by Muhammad Suleman's avatar Muhammad Suleman
Browse files

Update Jenkinsfile

parent dd9a1800
No related merge requests found
...@@ -12,7 +12,7 @@ pipeline { ...@@ -12,7 +12,7 @@ pipeline {
steps { steps {
sh 'npm install' sh 'npm install'
sh 'npm run build' sh 'npm run build'
sh 'docker build -t frontend:latest .' sh 'docker build -t sulemantalpur6/frontend:latest .'
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment