Improved Jenkinsfile

This commit is contained in:
Artur Nowakowski 2019-11-30 22:33:52 +01:00
parent 424cdfe994
commit ecf1194c59
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ node {
}
}
dir('target/front'){
docker.image('circleci/node:10'){
docker.image('circleci/node:10').inside{
stage("Frontend: Build") { sh 'npm install && npm run build' }
}
}