Skip to content

Instantly share code, notes, and snippets.

@pollosp
Created February 27, 2016 18:32
Show Gist options
  • Save pollosp/62e433d146f4081143c2 to your computer and use it in GitHub Desktop.
Save pollosp/62e433d146f4081143c2 to your computer and use it in GitHub Desktop.
FROM ruby
run curl https://gist.githubusercontent.com/pollosp/1ebd781f01e95b33e869/raw/6ff280d4b4f3e52e88936c61f24975ed4f1fb845/dockerfile -o /mnt/rackup.sh
run chmod +x /mnt/rackup.sh
ENTRYPOINT /mnt/rackup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment