Commit a8073041 authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

parent 06ade8fe
...@@ -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 your-image-name:tag .' sh 'docker build -t frontend:latest .'
} }
} }
......
Markdown is supported
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