aboutsummaryrefslogtreecommitdiffstats
path: root/msasimulator/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'msasimulator/entrypoint.sh')
-rw-r--r--msasimulator/entrypoint.sh4
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
+