aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-07-03 15:19:55 +0530
committerAkshay Nair <phenax5@gmail.com>2026-07-03 15:19:55 +0530
commitaf2c070c4170718289aa5d55c3d3c27f46c2ac6b (patch)
treec9eca34869c8fe3c43ed21d3570d22f84aa6abe6 /setup.sh
downloadbacchus-remote-af2c070c4170718289aa5d55c3d3c27f46c2ac6b.tar.gz
bacchus-remote-af2c070c4170718289aa5d55c3d3c27f46c2ac6b.zip
Send docker setup
Diffstat (limited to '')
-rwxr-xr-xsetup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
new file mode 100755
index 0000000..6641234
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+set -eu
+
+docker compose down >/dev/null
+docker compose up -d