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"]