diff options
Diffstat (limited to 'msasimulator/entrypoint.sh')
-rw-r--r-- | msasimulator/entrypoint.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/msasimulator/entrypoint.sh b/msasimulator/entrypoint.sh new file mode 100644 index 0000000..dfa956a --- /dev/null +++ b/msasimulator/entrypoint.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +java -jar app.jar org.onap.msasimulator.Application + |