Skip to content

Commit 5f5321c

Browse files
authored
Update Dockerfile
1 parent 5752840 commit 5f5321c

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
@@ -59,7 +59,7 @@ RUN --mount=type=cache,target=/root/.cache/pypoetry \
5959

6060
EXPOSE 8000
6161
ARG ENVIRONMENT=dev
62-
ENV ENVIRONMENT ${ENVIRONMENT}
62+
ENV ENVIRONMENT=${ENVIRONMENT}
6363
CMD ["gunicorn", "-c", "python:example_app.gunicorn_conf", "--reload"]
6464

6565
##

0 commit comments

Comments
 (0)