fixed build path

This commit is contained in:
2025-06-20 21:32:30 +04:00
parent 921886921f
commit c7f7aa9dc1

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
stage('Build Docker Image') { stage('Build Docker Image') {
steps { steps {
script { script {
sh 'docker build -t csserver:csdm ./csserver' sh 'docker build -t csserver:csdm .'
} }
} }
} }