Skip to content

Commit ad1b00d

Browse files
authored
Merge pull request #27 from TaskarCenterAtUW/bugfix-minor
Update Dockerfile
2 parents b47c0c1 + 4a70436 commit ad1b00d

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)