mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 20:30:58 -05:00
Add startDocker.sh
This commit is contained in:
parent
5e980363a3
commit
5106f0e849
6
startDocker.sh
Normal file
6
startDocker.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user