Browse Source

adjustment D to d on dockerfile
pbt-be to fe

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

rizqevo 3 years ago
parent
commit
e0ee310b93
1 changed files with 1 additions and 1 deletions
  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 '){