mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
7 lines
128 B
Bash
7 lines
128 B
Bash
#!/bin/bash
|
|
|
|
docker compose -f docker-compose.bot.yml build bot && \
|
|
docker compose -f docker-compose.bot.yml up -d bot
|
|
|
|
exit 0
|