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