We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7389029 commit 04e6e03Copy full SHA for 04e6e03
Dockerfile
@@ -31,6 +31,4 @@ COPY --from=builder /$appname /$appname
31
WORKDIR /$appname
32
33
COPY config.ini .
34
-ENV PYTHONUNBUFFERED=1 \
35
- PYTHONIOENCODING=UTF-8
36
CMD ["gunicorn", "argowrapper.asgi:app", "-b", "0.0.0.0:8000", "-k", "uvicorn.workers.UvicornWorker"]
0 commit comments