FROM centurylink/ca-certs
EXPOSE 8088

ADD config/config.yml /

ADD gorush.tar.gz /

ENTRYPOINT ["/gorush"]
CMD ["-c", "config.yml"]