Skip to content

Commit 87cc3c1

Browse files
committed
update Dockerfile
1 parent 0e62561 commit 87cc3c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ RUN apt install -y git
77
RUN apt-get install -y libglib2.0-0
88
RUN pip install git+https://github.com/CVxTz/FastImageClassification
99
EXPOSE 80
10-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]
10+
11+
ENTRYPOINT uvicorn main:app --host 0.0.0.0 --port 80

0 commit comments

Comments
 (0)