Skip to content

Commit

Permalink
ignore idea setting files
Browse files Browse the repository at this point in the history
  • Loading branch information
yunlzheng committed May 7, 2017
1 parent 08eacb3 commit 8da3658
Show file tree
Hide file tree
Showing 1,229 changed files with 526,203 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ _testmain.go
*.test
*.prof

prometheus-pusher
prometheus-pusher
.idea
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM golang:1.8
MAINTAINER yunlzheng

EXPOSE 9174

COPY . /go/src/github.com/yunlzheng/prometheus-pusher

RUN cd /go/src/github.com/yunlzheng/prometheus-pusher \
&& GOPATH=/go go get\
&& GOPATH=/go go build -o /bin/prometheus_pusher \
&& rm -rf /go/bin /go/pkg /var/cache/apk/*

ENTRYPOINT [ "/bin/prometheus_pusher" ]
202 changes: 202 additions & 0 deletions vendor/github.com/Azure/azure-sdk-for-go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8da3658

Please sign in to comment.