Set MOJO_REVERSE_PROXY=1

This commit is contained in:
Daniel Bowling 2021-01-23 19:51:11 -05:00
parent aef71fdbae
commit 9fcda0a3c3

View File

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