Set MOJO_REVERSE_PROXY=1
This commit is contained in:
parent
aef71fdbae
commit
9fcda0a3c3
|
@ -4,4 +4,5 @@ WORKDIR /opt
|
||||||
COPY public/ ./public/
|
COPY public/ ./public/
|
||||||
COPY templates/ ./templates/
|
COPY templates/ ./templates/
|
||||||
COPY wethepeople.pl .
|
COPY wethepeople.pl .
|
||||||
|
ENV MOJO_REVERSE_PROXY=1
|
||||||
CMD ["perl", "wethepeople.pl", "daemon", "-m", "production"]
|
CMD ["perl", "wethepeople.pl", "daemon", "-m", "production"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user