Files
railsgoat/docker-compose.yml
T
robbiepaul b79bdf1976
CI / test (3.4.1) (push) Has been cancelled
Use Puma
2026-04-27 19:56:56 +01:00

8 lines
166 B
YAML

version: '2'
services:
web:
build: .
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
volumes:
- .:/myapp