zoorest/Dockerfile

10 lines
138 B
Docker
Raw Permalink Normal View History

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