Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 authored Jan 31, 2024
1 parent f392330 commit 72fae41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .controlplane/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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()
{
Expand Down

0 comments on commit 72fae41

Please sign in to comment.