main
Лев 2025-08-25 14:14:54 +05:00
parent eb3effb06a
commit 182d2403c3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
stage('Build and Run Container') { stage('Build and Run Container') {
steps { steps {
sh ''' sh '''
docker build -t parse-saby . docker-compose up --build -d
docker logs parse-saby docker logs parse-saby
''' '''
} }