BAEL-1614 - additions for docker (#4455)

This commit is contained in:
Eric Goebelbecker
2018-06-10 22:00:21 -04:00
committed by maibin
parent 40d3b96820
commit ea37ada296
4 changed files with 37 additions and 1 deletions

4
spring-boot-ops/docker/run.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
java -Dspring.profiles.active=$1 -Dlogging.config=/logback.xml -jar /app.war