瀏覽代碼

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 '){