diff --git a/Jenkinsfile b/Jenkinsfile index 5eb4487d..91c8bbff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,7 @@ pipeline { steps { ansiColor('xterm') { echo 'Checking Syntax ...' - sh '''docker run --rm -ti \\ + sh '''docker run --rm \\ -v "$(pwd)/backend:/app" \\ -w /app \\ node:alpine \\