Skip to content

Commit

Permalink
Merge pull request #37 from m-lab/sandbox-soltesz
Browse files Browse the repository at this point in the history
Add Dockerfile to build token_server container
  • Loading branch information
stephen-soltesz authored Jun 5, 2018
2 parents 4599c4e + 3a0d718 commit f776506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloud/token_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM golang:1.10
ADD . /go/src/github.com/m-lab/k8s-support/cloud/token_server
RUN go get -v github.com/m-lab/k8s-support/cloud/token_server
ENTRYPOINT ["/go/bin/token_server"]

0 comments on commit f776506

Please sign in to comment.