Created
May 22, 2017 01:59
-
-
Save mkokho/fe63331e9e784bed4ef223531694fd9e to your computer and use it in GitHub Desktop.
Ultrahook in a docker container
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 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