FROM golang:1.13-stretch
WORKDIR /src
COPY tfproviderdocs /usr/bin/tfproviderdocs
ENTRYPOINT ["/usr/bin/tfproviderdocs"]
