Added param tty
This commit is contained in:
parent
6ed10ff8e2
commit
043592451f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user