add path to dockerfile

This commit is contained in:
s444018 2022-03-30 09:14:10 +02:00
parent 01717da2d9
commit 6328eb643a

2
Docker/Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ node {
stage('Build image') {
app = docker.build("sparafinski/ium")
app = docker.build("sparafinski/ium", "./Docker/")
}
stage('Test image') {