diff --git a/deploy.sh b/deploy.sh index 9548c7c2..e2372e7c 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,4 +4,5 @@ echo "Deploying latest version of AdventureLog" docker compose pull echo "Stating containers" docker compose up -d -echo "All set!" \ No newline at end of file +echo "All set!" +docker logs adventurelog-backend --follow \ No newline at end of file