diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..383b01a7 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM heroku/ruby +WORKDIR /app/user +CMD bundle exec puma -C config/puma.rb