Last active
January 3, 2016 20:09
-
-
Save mschoch/8513403 to your computer and use it in GitHub Desktop.
Dockerfile for seriesly
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 mschoch/go | |
MAINTAINER Marty Schoch "[email protected]" | |
# now install seriesly | |
RUN go get github.com/dustin/seriesly | |
EXPOSE 3133 | |
CMD [""] | |
ENTRYPOINT ["seriesly"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment