1
0
Fork 0
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:
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