Creating the project bootstrap

This commit is contained in:
2020-11-04 21:32:04 -03:00
parent aa3ae83869
commit b1d7d1b636
17 changed files with 490 additions and 1 deletions

2
commands/run.sh Executable file
View 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