From 9fcda0a3c3e4fe286b8f440dcc2fbb30fdd32904 Mon Sep 17 00:00:00 2001 From: Daniel Bowling Date: Sat, 23 Jan 2021 19:51:11 -0500 Subject: [PATCH] Set MOJO_REVERSE_PROXY=1 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1b3bdfd..b5b184c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ WORKDIR /opt COPY public/ ./public/ COPY templates/ ./templates/ COPY wethepeople.pl . +ENV MOJO_REVERSE_PROXY=1 CMD ["perl", "wethepeople.pl", "daemon", "-m", "production"]