blob: 623b195e366421fdba3d5260963f0000ef23fb57 (
plain)
1
2
3
4
5
6
7
8
9
10
|
FROM catlfish
ADD catlfish.config /opt/catlfish/rel/
ADD https /opt/catlfish/rel/https
RUN mkdir /opt/catlfish/rel/log
WORKDIR /opt/catlfish/rel
EXPOSE 8081
CMD ["/usr/bin/supervisord"]
|