zoorest/Dockerfile

10 lines
134 B
Docker
Raw Normal View History

2017-02-15 19:13:23 +03:00
FROM alpine
MAINTAINER Denis Zheleztsov <difrex.punk@gmail.com>
ADD zoorest /usr/bin/
EXPOSE 8889
ENTRYPOINT ["/usr/bin/zoorest"]