This website works better with JavaScript.
Home
Explore
Help
Sign In
mirror
/
tiangolo.fastapi
mirror of
https://github.com/tiangolo/fastapi
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
🔧
Add `ENV PYTHONUNBUFFERED=1` to log output directly to Docker (
#1378
)
pull/13907/head
Sebastián Ramírez
10 months ago
committed by
GitHub
parent
b67fb44e5b
commit
fe7f4f7949
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
backend/Dockerfile
2
backend/Dockerfile
View File
@ -1,5 +1,7 @@
FROM
python:3.10
ENV
PYTHONUNBUFFERED
=
1
WORKDIR
/app/
# Install uv
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mirror/tiangolo.fastapi
Title
Body
Create Issue