diff --git a/Dockerfile b/Dockerfile index 9823ebb..854d55d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file