diff --git a/Jenkinsfile b/Jenkinsfile index 9723b8e..aee988b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,6 @@ pipeline { } } stage('Build app') { - docker.image("session-companion:${env.BUILD_ID}").withRun(-p 8080:8080) + docker.image("session-companion:${env.BUILD_ID}").withRun('-p 5050:5050') } }