diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..b2c72e5d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +# Dockerfile for a Ruby 2.2 container + +FROM ruby:2.2 + +RUN mkdir /app +ADD . /app