Merge 3c66c47ce2
into 8803239e6d
This commit is contained in:
commit
d997bb08d1
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +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"]
|
Loading…
Reference in New Issue
Block a user