Add follow command to the deploy script

This commit is contained in:
Sean Morley
2024-09-08 15:13:57 -04:00
parent 4ea7ef69a6
commit f150423c1e

View File

@@ -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