Skip to content

Commit

Permalink
Merge branch 'pataquets-add-docker-support'
Browse files Browse the repository at this point in the history
  • Loading branch information
njonsson committed Feb 9, 2016
2 parents c22311c + ad1c443 commit f5fbedf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
@@ -0,0 +1,6 @@
FROM ruby:2-alpine

RUN \
gem install htty

ENTRYPOINT [ "htty" ]

0 comments on commit f5fbedf

Please sign in to comment.