Skip to content

Instantly share code, notes, and snippets.

@mschoch
Last active January 3, 2016 20:09
Show Gist options
  • Save mschoch/8513403 to your computer and use it in GitHub Desktop.
Save mschoch/8513403 to your computer and use it in GitHub Desktop.
Dockerfile for seriesly
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