SES-79 #3

Merged
s426134 merged 10 commits from SES-79 into master 2020-12-02 20:39:22 +01:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit f1d906c1b1 - Show all commits

4
Jenkinsfile vendored
View File

@ -18,9 +18,9 @@ pipeline {
steps {
echo "Building docker image"
script {
dir('SessionCompanion'){
dir('SessionCompanion/SessionCompanion'){
def customImage = docker.build("session-companion:${env.BUILD_ID}")
customImage.withRun('-p 5050:5050')
//customImage.withRun('-p 5050:5050')
}
}
}

View File

@ -4,5 +4,4 @@ ADD . /App
WORKDIR /App
EXPOSE 5001
CMD 'dotnet' 'build'