Skip to content

Commit 72fae41

Browse files
authored
Update entrypoint.sh
1 parent f392330 commit 72fae41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.controlplane/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash -e
22
# Runs before the main command
3-
# This script is unique to this demo project as it ensures the database and redis are ready
3+
# This script is unique to this demo project as it ensures the database and Redis are ready
44
# before running the rails server or other services.
5-
5+
# You can ignore this sort of "wait" if using external services, like AWS RDS or AWS Aurora.
66

77
wait_for_service()
88
{

0 commit comments

Comments
 (0)