Created
July 1, 2016 05:04
-
-
Save HokieGeek/c24e45b53622e672195f29d227c86fa1 to your computer and use it in GitHub Desktop.
Dockerfile for running biologistd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM golang:1.6-onbuild | |
RUN go get github.com/hokiegeek/biologistd | |
CMD ["biologistd", "--port", "8081"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment