summaryrefslogtreecommitdiff
path: root/containers/runner/execute.sh
diff options
context:
space:
mode:
Diffstat (limited to 'containers/runner/execute.sh')
-rw-r--r--containers/runner/execute.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/containers/runner/execute.sh b/containers/runner/execute.sh
new file mode 100644
index 0000000..1597f0d
--- /dev/null
+++ b/containers/runner/execute.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd "/home/nobody/exec"
+java "$APPLICATION_NAME"