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.
2 parents b47c0c1 + 4a70436 commit ad1b00dCopy full SHA for ad1b00d
Dockerfile
@@ -4,4 +4,4 @@ COPY ./requirements.txt /code/requirements.txt
4
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
5
COPY ./src /code/src
6
EXPOSE 8080
7
-CMD ["uvicorn", "src.main:app", "--reload", "--host", "0.0.0.0", "--port", "8080"]
+CMD ["uvicorn", "src.main:app","--host", "0.0.0.0", "--port", "8080"]
0 commit comments