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 5752840 commit 5f5321cCopy full SHA for 5f5321c
Dockerfile
@@ -59,7 +59,7 @@ RUN --mount=type=cache,target=/root/.cache/pypoetry \
59
60
EXPOSE 8000
61
ARG ENVIRONMENT=dev
62
-ENV ENVIRONMENT ${ENVIRONMENT}
+ENV ENVIRONMENT=${ENVIRONMENT}
63
CMD ["gunicorn", "-c", "python:example_app.gunicorn_conf", "--reload"]
64
65
##
0 commit comments