nembery / aframe

A minimalistic automation framework designed to create user input forms from various types of APIs and templates.
Apache License 2.0
18 stars 12 forks source link

need option to use ssl in docker container #25

Open nembery opened 6 years ago

nembery commented 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

ref: https://github.com/teddziuba/django-sslserver