mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Update bash script to efficiently update container
This commit is contained in:
parent
b5e6098cd6
commit
66cfe545bf
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/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 build && \
|
||||||
docker compose -f docker-compose.bot.yml up -d
|
docker compose -f docker-compose.bot.yml up -d --remove-orphans
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user