Created
February 27, 2016 18:32
-
-
Save pollosp/62e433d146f4081143c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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