summaryrefslogtreecommitdiff
path: root/ci/docker-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/docker-run.sh')
-rwxr-xr-xci/docker-run.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/docker-run.sh b/ci/docker-run.sh
new file mode 100755
index 0000000..c368224
--- /dev/null
+++ b/ci/docker-run.sh
@@ -0,0 +1,7 @@
+#!/bin/bash -e
+
+. env.sh
+
+docker compose --ansi "never" up -d
+
+exit 0