From 8674ff93378eaf5290a06d1b80c822420201fbd2 Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:27:04 -0400 Subject: [PATCH] feat: added instructions to run docker compose and the end of script --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index a6b9f98..8ad9627 100755 --- a/setup.sh +++ b/setup.sh @@ -57,3 +57,6 @@ else fi echo "Setup completed successfully." +echo "" +echo "You can now run docker compose up -d" +echo ""