diff --git a/Jenkinsfile b/Jenkinsfile index 96a7cfe..6e8d7b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,8 +8,8 @@ pipeline { stage('Build static content') { steps { sh ''' - sudo npm install - #sudo npm run build + npm install + npm run build #sudo docker build -t bbuddy/bbuddy_backend-dev:latest . ''' }