Created
May 17, 2016 12:27
-
-
Save rodrigobaron/f7e95e3f19a753f7cea35cf417308008 to your computer and use it in GitHub Desktop.
Docker, generate Gemfile.lock
This file contains hidden or 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
| #!/bin/bash | |
| docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app ruby:2.2 bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment