hiroto-k/trysail-blog-notification

View on GitHub
docker-compose.yml

Summary

Maintainability
Test Coverage
version: '3'

services:
  app:
    build: .
    image: blog-notification-app
    tty: true
    command: ruby /app/app.rb start
    volumes:
      - .:/app:cached