This commit is contained in:
Witalij Poljatchek 2024-01-10 18:54:53 +01:00
parent 32a55b5e36
commit f7bcc243b7
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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