Use TTY in development docker to get line-buffered prints
This commit is contained in:
parent
b9aaf23e0a
commit
ed272b4e4a
|
@ -20,6 +20,7 @@ services:
|
|||
|
||||
api:
|
||||
image: openbikesensor-api
|
||||
tty: true
|
||||
build:
|
||||
context: ./api/
|
||||
dockerfile: Dockerfile
|
||||
|
@ -46,6 +47,7 @@ services:
|
|||
|
||||
worker:
|
||||
image: openbikesensor-api
|
||||
tty: true
|
||||
build:
|
||||
context: ./api/
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Reference in a new issue