From 82f8b3cbb10404bdd358a829a2f53e196aa1c8cd Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:58:13 +1100 Subject: [PATCH] Add startDocker.sh --- startDocker.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 startDocker.sh diff --git a/startDocker.sh b/startDocker.sh new file mode 100644 index 0000000..4b55996 --- /dev/null +++ b/startDocker.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +docker compose -f docker-compose.bot.yml build bot && \ +docker compose -f docker-compose.bot.yml up -d bot + +exit 0