feat: added instructions to run docker compose and the end of script

This commit is contained in:
Leonard Excoffier
2024-09-25 22:27:04 -04:00
parent 745a29c190
commit 8674ff9337

View File

@@ -57,3 +57,6 @@ else
fi fi
echo "Setup completed successfully." echo "Setup completed successfully."
echo ""
echo "You can now run docker compose up -d"
echo ""