From 72fae416b4783b5f642ca10358a5924799f67712 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 30 Jan 2024 15:45:08 -1000 Subject: [PATCH] Update entrypoint.sh --- .controlplane/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.controlplane/entrypoint.sh b/.controlplane/entrypoint.sh index 2b2625d3f..d80de4c3f 100755 --- a/.controlplane/entrypoint.sh +++ b/.controlplane/entrypoint.sh @@ -1,8 +1,8 @@ #!/bin/bash -e # Runs before the main command -# This script is unique to this demo project as it ensures the database and redis are ready +# This script is unique to this demo project as it ensures the database and Redis are ready # before running the rails server or other services. - +# You can ignore this sort of "wait" if using external services, like AWS RDS or AWS Aurora. wait_for_service() {