Skip to content

Instantly share code, notes, and snippets.

@HokieGeek
Created July 1, 2016 05:04
Show Gist options
  • Save HokieGeek/c24e45b53622e672195f29d227c86fa1 to your computer and use it in GitHub Desktop.
Save HokieGeek/c24e45b53622e672195f29d227c86fa1 to your computer and use it in GitHub Desktop.
Dockerfile for running biologistd
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