3 lines
126 B
Bash
Executable File
3 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
/commands/wait-for-it.sh "${DB_HOST}:${DB_PORT}" --timeout=90 --strict -- python manage.py runserver 0.0.0.0:8000
|