Open nembery opened 6 years ago
Should replace CMD in dockerfile with a simple shell script the detects an ENV variable. If something like USE_SSL is present, then issue the ./manage.py runsslserver command instead of ./manage.py runserver
./manage.py runsslserver
./manage.py runserver
ref: https://github.com/teddziuba/django-sslserver
Should replace CMD in dockerfile with a simple shell script the detects an ENV variable. If something like USE_SSL is present, then issue the
./manage.py runsslserver
command instead of./manage.py runserver
ref: https://github.com/teddziuba/django-sslserver