Skip to content

Instantly share code, notes, and snippets.

@gingerlime
Last active August 10, 2019 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gingerlime/34e309b093a1abd077833578bb660fe0 to your computer and use it in GitHub Desktop.
Save gingerlime/34e309b093a1abd077833578bb660fe0 to your computer and use it in GitHub Desktop.
version: '3'
services:
web:
image: ruby:2.5.3
tty: true
stdin_open: true
command: bash -c "bundle && irb"
volumes:
- .:/app
- /tmp/:/tmp
working_dir: /app
source "https://rubygems.org"
gem "rubocop", :require => false
STR = "abc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment