From 72642e36394a5433de63221330d5dd3c9c389e30 Mon Sep 17 00:00:00 2001 From: Ben Busby <33362396+benbusby@users.noreply.github.com> Date: Fri, 15 May 2020 16:18:45 -0600 Subject: [PATCH] Enforcing HTTPS on heroku deployments --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18551cc..a2ff0ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir $config_dir VOLUME $config_dir ENV CONFIG_VOLUME=$config_dir -ARG use_https='' +ARG use_https=1 ENV HTTPS_ONLY=$use_https ARG whoogle_port=5000