Skip to content

Instantly share code, notes, and snippets.

@nanzhong
Last active August 29, 2015 14:10
Show Gist options
  • Save nanzhong/1c23edb4fcb99fcb91c3 to your computer and use it in GitHub Desktop.
Save nanzhong/1c23edb4fcb99fcb91c3 to your computer and use it in GitHub Desktop.
Rails Dokerfile
FROM rails:onbuild
RUN bundle exec rake db:setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment