FROM golang:latest

COPY . /go/src/github.com/Venafi/vcert

WORKDIR /go/src/github.com/Venafi/vcert

