mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Remove pointless arg in bash script
This commit is contained in:
parent
0fdad56172
commit
56dff2e189
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker compose -f docker-compose.bot.yml build bot && \
|
||||
docker compose -f docker-compose.bot.yml up -d bot
|
||||
docker compose -f docker-compose.bot.yml build && \
|
||||
docker compose -f docker-compose.bot.yml up -d
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user