mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
parent
af9e9f337b
commit
23af56ecb5
1 changed files with 2 additions and 2 deletions
|
@ -74,10 +74,10 @@ services:
|
|||
python manage.py createcachetable &&
|
||||
python manage.py load &&
|
||||
if [ \"$DEBUG_MODE\" = \"true\" ]; then
|
||||
echo 'Starting with debugpy...';
|
||||
echo 'Starting in debug mode... Your app is now ready for debugging.';
|
||||
python -m debugpy --listen 0.0.0.0:5678 --wait-for-client manage.py runserver 0.0.0.0:8080;
|
||||
else
|
||||
echo 'Starting normally...';
|
||||
echo 'Starting in non-debug mode...';
|
||||
python manage.py runserver 0.0.0.0:8080;
|
||||
fi"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue