FROM golang:alpine as builder ADD bins/genityapp /etc/local/genityapp WORKDIR /etc/local/ ENTRYPOINT ["./genityapp"]