1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Add startDocker.sh

This commit is contained in:
toast-ts 2024-01-29 14:58:13 +11:00
parent 995d6c0e78
commit 82f8b3cbb1

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