main
Лев 2025-08-25 15:14:43 +05:00
parent c0169df3ac
commit 391944b099
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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