main
Лев 2025-08-25 15:09:58 +05:00
parent 39fd37b4aa
commit c0169df3ac
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ pipeline {
steps { steps {
sh ''' sh '''
docker-compose up --build -d docker-compose up --build -d
docker run --rm parse_saby
''' '''
} }
} }