Skip to content

Commit 39ca606

Browse files
committed
deploy
1 parent e4c5355 commit 39ca606

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
77

88
COPY ./app.py /code/app.py
99

10-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
10+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: TypeScriptMate-API
33
emoji: 🤗
44
colorFrom: red
55
colorTo: blue
6-
sdk: gradio
6+
sdk: docker
7+
app_port: 8000
78
app_file: app.py
89
pinned: false
910
---

0 commit comments

Comments
 (0)