Skip to content

Instantly share code, notes, and snippets.

@mkokho
Created May 22, 2017 01:59
Show Gist options
  • Save mkokho/fe63331e9e784bed4ef223531694fd9e to your computer and use it in GitHub Desktop.
Save mkokho/fe63331e9e784bed4ef223531694fd9e to your computer and use it in GitHub Desktop.
Ultrahook in a docker container
FROM ruby:2.4-alpine
RUN gem install ultrahook
ENTRYPOINT ["ultrahook"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment