aframe icon indicating copy to clipboard operation
aframe copied to clipboard

need option to use ssl in docker container

Open nembery opened this issue 7 years ago • 0 comments

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

nembery avatar Aug 16 '18 12:08 nembery