ruby-grape/grape

View on GitHub
docker-compose.yml

Summary

Maintainability
Test Coverage
version: '3'

volumes:
  gems:

services:
  grape:
    build:
      context: .
      dockerfile: docker/Dockerfile
      args:
        - RUBY_VERSION=${RUBY_VERSION:-3}
    stdin_open: true
    tty: true
    volumes:
      - .:/var/grape
      - gems:/usr/local/bundle