1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00

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

@ -5,3 +5,4 @@ docker compose pull
echo "Stating containers" echo "Stating containers"
docker compose up -d docker compose up -d
echo "All set!" echo "All set!"
docker logs adventurelog-backend --follow