#FROM golang:1.8.0-alpine #FROM iron/base FROM scratch ADD DIST /goapp #ENV DBHOST db WORKDIR /goapp ENTRYPOINT ["./bin/server"]