Merge branch 'fix-tty' into 'master'
Allow TTY to remain open See merge request dockerfiles/steam-dst!2
This commit is contained in:
commit
42d45f14da
1 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,8 @@ version: '2'
|
|||
services:
|
||||
server:
|
||||
build: .
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
ports:
|
||||
- 11000:11000
|
||||
|
|
Loading…
Reference in a new issue