removed dockerfile.test

This commit is contained in:
2022-05-28 08:16:49 +01:00
parent f9cfac0cbd
commit f1f3545e20
2 changed files with 1 additions and 31 deletions

2
Jenkinsfile vendored
View File

@@ -28,7 +28,7 @@ pipeline {
stage('build') {
steps{
script {
app = docker.build("fet2020django", "-f Dockerfile.test .")
app = docker.build("fet2020django", "-f Dockerfile .")
}
}
}