blob: d5391b98cf177bfc8854401d1be9beccf0cb2f49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
FROM catlfish
ADD logkey/eckey.pem logkey/eckey-public.pem /opt/plop/test/
ADD catlfish.config /opt/catlfish/rel/
ADD known_roots /opt/catlfish/rel/known_roots
ADD https /opt/catlfish/rel/https
RUN mkdir /opt/catlfish/rel/log
WORKDIR /opt/catlfish/rel
EXPOSE 8080
EXPOSE 8082
CMD ["/usr/bin/supervisord"]
|