FROM golang:1.5.1-onbuild MAINTAINER Zack YL Shih EXPOSE 9000 ENTRYPOINT ["/usr/local/go/bin/go", "run", "webhook.go"]