Skip to content

Instantly share code, notes, and snippets.

@rodrigobaron
Created May 17, 2016 12:27
Show Gist options
  • Select an option

  • Save rodrigobaron/f7e95e3f19a753f7cea35cf417308008 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigobaron/f7e95e3f19a753f7cea35cf417308008 to your computer and use it in GitHub Desktop.
Docker, generate Gemfile.lock
#!/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