FROM golang:1.17.7 AS go-builder WORKDIR /go/src/github.com/jianboy/filecloud VOLUME [ "/go/src/github.com/jianboy/filecloud" ] CMD [ "/bin/bash" ]