mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-18 12:29:37 +02:00
Add follow command to the deploy script
This commit is contained in:
parent
4ea7ef69a6
commit
f150423c1e
1 changed files with 2 additions and 1 deletions
|
@ -4,4 +4,5 @@ echo "Deploying latest version of AdventureLog"
|
|||
docker compose pull
|
||||
echo "Stating containers"
|
||||
docker compose up -d
|
||||
echo "All set!"
|
||||
echo "All set!"
|
||||
docker logs adventurelog-backend --follow
|
Loading…
Add table
Add a link
Reference in a new issue