FROM golang:1.16-buster RUN mkdir /app ADD ./license/ /app/ WORKDIR /app/ #RUN go build CMD ["./client -config config.json"]