mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-12-27 00:05:39 -05:00
Add startDocker.sh
This commit is contained in:
parent
995d6c0e78
commit
82f8b3cbb1
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