Skip to content

Commit

Permalink
Add Docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jul 7, 2016
1 parent fa5692c commit 4f784f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM golang:1.6
COPY . /go/src/github.com/moul/as-a-service
WORKDIR /go/src/github.com/moul/as-a-service
RUN make
ENTRYPOINT ["/go/src/github.com/moul/as-a-service/moul-as-a-service"]

0 comments on commit 4f784f4

Please sign in to comment.