Skip to content

Commit 4a70436

Browse files
committed
Update Dockerfile
minor bug fix for docker
1 parent b47c0c1 commit 4a70436

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
@@ -4,4 +4,4 @@ COPY ./requirements.txt /code/requirements.txt
44
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
55
COPY ./src /code/src
66
EXPOSE 8080
7-
CMD ["uvicorn", "src.main:app", "--reload", "--host", "0.0.0.0", "--port", "8080"]
7+
CMD ["uvicorn", "src.main:app","--host", "0.0.0.0", "--port", "8080"]

0 commit comments

Comments
 (0)