Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -11,5 +11,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 11 |
# ์ ํ๋ฆฌ์ผ์ด์
์ฝ๋ ๋ณต์ฌ
|
| 12 |
COPY . .
|
| 13 |
|
| 14 |
-
#
|
| 15 |
-
CMD ["
|
|
|
|
| 11 |
# ์ ํ๋ฆฌ์ผ์ด์
์ฝ๋ ๋ณต์ฌ
|
| 12 |
COPY . .
|
| 13 |
|
| 14 |
+
# FastAPI ์๋ฒ ์คํ
|
| 15 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7910"]
|