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