gorush/Dockerfile.armhf

11 lines
162 B
Docker
Raw Normal View History

FROM centurylink/ca-certs
ENV GODEBUG=netdns=go
EXPOSE 8088
ADD config/config.yml /
ADD bin/gorush-arm /gorush
ENTRYPOINT ["/gorush"]
CMD ["-c", "config.yml"]