Skip to content

Commit

Permalink
[SHIBUI-794]
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
jj committed Sep 14, 2018
1 parent f564684 commit 927bf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
steps {
sh '''
docker stop shibui || true && docker rm shibui || true
docker run -d --restart always --name shibui -p 8080:8080 unicon/shibui:latest --spring.config.location=file:/etc/shibui
docker run -d --restart always --name shibui -p 8080:8080 -v /etc/shibui/application.properties:/application.properties unicon/shibui:latest
'''
}
}
Expand Down

0 comments on commit 927bf45

Please sign in to comment.