Use TTY in development docker to get line-buffered prints

This commit is contained in:
Paul Bienkowski 2022-09-16 11:47:33 +02:00
parent b9aaf23e0a
commit ed272b4e4a

View file

@ -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