diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e7126d3 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM ruby:2-alpine + +RUN \ + gem install htty + +ENTRYPOINT [ "htty" ]