We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e88533 + 8a30bce commit ab2eb75Copy full SHA for ab2eb75
Dockerfile
@@ -17,4 +17,4 @@ WORKDIR /app/src
17
EXPOSE 8000
18
19
# Run FastAPI with Gunicorn
20
-CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "pwncore:app", "--bind", "0.0.0.0:8000"]
+CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "pwncore:app", "--bind", "0.0.0.0:8000", "--log-level", "debug"]
0 commit comments