Skip to content

Commit

Permalink
Make docker compose setup support debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
patbenatar committed Nov 1, 2023
1 parent b465f66 commit e0f7621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ services:
- 3000:3000
environment:
- RAILS_LOG_STDOUT=1
tty: true
stdin_open: true

0 comments on commit e0f7621

Please sign in to comment.