Creating the project bootstrap
This commit is contained in:
2
commands/run.sh
Executable file
2
commands/run.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
/commands/wait-for-it.sh "${DB_HOST}:${DB_PORT}" --timeout=90 --strict -- python manage.py runserver 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user