mirror of https://github.com/testerSunshine/12306
fix:python output non-buffered
parent
9b0dae464a
commit
565903e0f5
|
@ -7,6 +7,8 @@ services:
|
|||
context: .
|
||||
dockerfile: ./Dockerfile37
|
||||
image: ticket:v1.2.004
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
container_name: ticket
|
||||
depends_on:
|
||||
- captcha
|
||||
|
|
Loading…
Reference in New Issue