-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wait until ther server started fully
- Loading branch information
1 parent
a7fb291
commit 82f7067
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,9 @@ | |
"command": [ | ||
"bash", | ||
"-c", | ||
"python manage.py collectstatic --noinput &&python manage.py makemigrations && python manage.py migrate && python manage.py seed_hrms && python manage.py init_item_types && python manage.py runserver 0.0.0.0:8080 && python manage.py create_user --email [email protected] --first_name Esubalew --last_name Amenu --primary_phone +251923481783 --role Administrator --department Admin --is_superuser" | ||
], | ||
"python manage.py collectstatic --noinput && python manage.py makemigrations && python manage.py migrate && python manage.py seed_hrms && python manage.py init_item_types && python manage.py runserver 0.0.0.0:8080 &) && while ! curl -s http://localhost:8080/health/; do sleep 2; done && python manage.py create_user --email [email protected] --first_name Esubalew --last_name Amenu --primary_phone +251923481783 --role Administrator --department Admin --is_superuser" | ||
] | ||
, | ||
"environment": [ | ||
{ | ||
"name": "EMAIL_USE_TLS", | ||
|