Added param tty
This commit is contained in:
parent
6ed10ff8e2
commit
043592451f
@ -5,6 +5,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
tty: true
|
||||||
container_name: app
|
container_name: app
|
||||||
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
|
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user