Skip to content

Commit 5b615db

Browse files
committed
fix(docker): "ENV key=value" should be used instead of legacy "ENV key value" format
1 parent 113a0dd commit 5b615db

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
@@ -17,6 +17,6 @@ RUN cd ./assets/git_repo && git config features.manyFiles 1
1717
RUN pip install .
1818

1919
EXPOSE 8000
20-
ENV LISTEN_PORT = 8000
20+
ENV LISTEN_PORT=8000
2121

2222
CMD ["uvicorn", "api.main:app", "--host=0.0.0.0", "--proxy-headers"]

0 commit comments

Comments
 (0)