Ensure backend build is pulling node:latest first

This commit is contained in:
Jamie Curnow 2022-01-02 21:24:16 +10:00
parent b9ef11e8bf
commit 1ec95096d5

1
Jenkinsfile vendored
View File

@ -62,6 +62,7 @@ pipeline {
stage('Backend') {
steps {
echo 'Checking Syntax ...'
sh 'docker pull node:latest'
// See: https://github.com/yarnpkg/yarn/issues/3254
sh '''docker run --rm \\
-v "$(pwd)/backend:/app" \\