Переглянути джерело

adjustment D to d on dockerfile
pbt-be to fe

Signed-off-by: rizqevo <rizqevo@hotmail.com>

rizqevo 3 роки тому
батько
коміт
e0ee310b93
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -31,7 +31,7 @@ node {
     }
 	
     stage('Test Build'){
-     sh 'docker build -t ptb-be -f dockerfile .'
+     sh 'docker build -t ptb-fe -f dockerfile .'
     }
 	
     stage('Build Deploy '){