A. つぎの設定を追記する
docker-compose.yml
:
# ... services: # ... guard: build: context: . env_file: - .env command: bundle exec guard depends_on: - mysql volumes: - .:/app tty: true stdin_open: true # ...
Dockerfile
(Alpine Linux) :
RUN apk add readline ncurses