Skip to content

Commit be486e5

Browse files
authored
enable access logs (#43)
1 parent e9de479 commit be486e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ EXPOSE 8000
2020

2121
USER nobody
2222

23-
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000", "--no-access-log"]
23+
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000"]

0 commit comments

Comments
 (0)