Added param tty

This commit is contained in:
Luiz F Picolo 2022-06-15 23:16:03 -04:00
parent 6ed10ff8e2
commit 043592451f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ services:
context: .
dockerfile: Dockerfile
restart: unless-stopped
tty: true
container_name: app
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
ports: