From f150423c1edf5de46af0620641d90bab8a89a898 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sun, 8 Sep 2024 15:13:57 -0400 Subject: [PATCH] Add follow command to the deploy script --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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