Fix jwt-token
This commit is contained in:
@@ -9,7 +9,7 @@ chmod -R 755 /app/uploads
|
||||
|
||||
# Wait for database to be ready
|
||||
echo "Waiting for database to be ready..."
|
||||
while ! nc -z database 5432; do
|
||||
while ! nc -z postgres 5432; do
|
||||
echo "Database not ready, waiting..."
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user