Skip to content

Commit ab2eb75

Browse files
Merge pull request #49 from KreativeThinker/master
chore: debug log level
2 parents 6e88533 + 8a30bce commit ab2eb75

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
@@ -17,4 +17,4 @@ WORKDIR /app/src
1717
EXPOSE 8000
1818

1919
# Run FastAPI with Gunicorn
20-
CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "pwncore:app", "--bind", "0.0.0.0:8000"]
20+
CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "pwncore:app", "--bind", "0.0.0.0:8000", "--log-level", "debug"]

0 commit comments

Comments
 (0)