Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-31 20:48:27 +02:00
parent 491bc7a2a6
commit feea146dc0

1
Docker/Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
stage ("run agent") {
steps {
sh 'cd Docker'
sh 'docker build -f ./Docker/Dockerfile -t ium_docker .'
}
}