1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-18 00:31:00 -05:00

Add startDocker.sh

This commit is contained in:
toast-ts 2024-01-29 14:58:13 +11:00
parent 5e980363a3
commit 5106f0e849

6
startDocker.sh Normal file
View File

@ -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