Skip to content

Instantly share code, notes, and snippets.

@treeder
Created September 8, 2015 03:15
Show Gist options
  • Save treeder/1684e6cb1f506b5b9966 to your computer and use it in GitHub Desktop.
Save treeder/1684e6cb1f506b5b9966 to your computer and use it in GitHub Desktop.
FROM iron/ruby
WORKDIR /app
ADD . /app
ENTRYPOINT ["ruby", "app.rb"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment