FROM golang:latest
WORKDIR /go/src/github.com/wemanity-belgium/hyperclair
EXPOSE 9999
RUN mkdir -p /data
ENTRYPOINT bash