fix jenkinsfile

This commit is contained in:
Witalij Poljatchek 2024-01-10 18:49:24 +01:00
parent f1cc366f11
commit 32a55b5e36
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
sh ''' sh '''
npm install npm install
npm run build npm run build
sudo docker build -t bbuddy/bbuddy_ui:latest . docker build -t bbuddy/bbuddy_ui:latest .
''' '''
} }
} }