Skip to content

Commit

Permalink
Added Dockerfile and captain.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgil committed Jun 13, 2016
1 parent 01e2d09 commit d6f6db6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM golang:1.6

RUN mkdir -p /go/src/app
WORKDIR /go/src/app

ADD . /go/src/app/

RUN go-wrapper download
RUN go-wrapper install
3 changes: 3 additions & 0 deletions captain.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
captain:
build: Dockerfile
image: harbur/kubebot

0 comments on commit d6f6db6

Please sign in to comment.