mirror of
https://github.com/adnanh/webhook.git
synced 2025-08-02 16:00:30 +00:00
Merge 3c66c47ce2
into 8803239e6d
This commit is contained in:
commit
d997bb08d1
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue