Skip to content

Commit

Permalink
fix(docker): "ENV key=value" should be used instead of legacy "ENV ke…
Browse files Browse the repository at this point in the history
…y value" format
  • Loading branch information
THEGOLDENPRO committed Aug 24, 2024
1 parent 113a0dd commit 5b615db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN cd ./assets/git_repo && git config features.manyFiles 1
RUN pip install .

EXPOSE 8000
ENV LISTEN_PORT = 8000
ENV LISTEN_PORT=8000

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

0 comments on commit 5b615db

Please sign in to comment.