keel/Dockerfile

6 lines
121 B
Docker
Raw Normal View History

2017-06-10 11:23:07 +00:00
FROM alpine:latest
RUN apk --no-cache add ca-certificates
COPY keel /bin/keel
ENTRYPOINT ["/bin/keel"]
EXPOSE 9300