mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-18 00:31:00 -05:00
Update bash script to efficiently update container
This commit is contained in:
parent
b79831811c
commit
553e13c057
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker compose -f docker-compose.bot.yml down && \
|
||||
docker compose -f docker-compose.bot.yml build && \
|
||||
docker compose -f docker-compose.bot.yml up -d
|
||||
docker compose -f docker-compose.bot.yml up -d --remove-orphans
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user