Enforcing HTTPS on heroku deployments

This commit is contained in:
Ben Busby 2020-05-15 16:18:45 -06:00
parent 3123789584
commit 72642e3639

View File

@ -10,7 +10,7 @@ RUN mkdir $config_dir
VOLUME $config_dir VOLUME $config_dir
ENV CONFIG_VOLUME=$config_dir ENV CONFIG_VOLUME=$config_dir
ARG use_https='' ARG use_https=1
ENV HTTPS_ONLY=$use_https ENV HTTPS_ONLY=$use_https
ARG whoogle_port=5000 ARG whoogle_port=5000