add path to dockerfile
This commit is contained in:
parent
01717da2d9
commit
6328eb643a
2
Docker/Jenkinsfile
vendored
2
Docker/Jenkinsfile
vendored
@ -7,7 +7,7 @@ node {
|
||||
|
||||
stage('Build image') {
|
||||
|
||||
app = docker.build("sparafinski/ium")
|
||||
app = docker.build("sparafinski/ium", "./Docker/")
|
||||
}
|
||||
|
||||
stage('Test image') {
|
||||
|
Loading…
Reference in New Issue
Block a user