Update Dockerfile

This commit is contained in:
Zack YL Shih 2015-09-10 14:56:57 +08:00
parent 98d9b71bcc
commit 3c66c47ce2

View File

@ -1 +1,7 @@
FROM golang:1.5.1-onbuild
MAINTAINER Zack YL Shih <zackyl.shih@moxa.com>
EXPOSE 9000
ENTRYPOINT ["/usr/local/go/bin/go", "run", "webhook.go"]