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.
1 parent 32a8cae commit 0bb3a60Copy full SHA for 0bb3a60
Dockerfile.jinja
@@ -1,5 +1,7 @@
1
FROM python:3.10-slim
2
3
+{% if from_ccsteam %}LABEL Maintainer="eXpress Unlimited Production"{% endif %}
4
+
5
ENV PYTHONUNBUFFERED 1
6
ENV UVICORN_CMD_ARGS ""
7
0 commit comments