Spaces:
Sleeping
Sleeping
Delete Dockerfile
Browse files- Dockerfile +0 -5
Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM python:3.12
|
| 2 |
-
WORKDIR /app
|
| 3 |
-
COPY . .
|
| 4 |
-
RUN pip install fastapi uvicorn aiohttp
|
| 5 |
-
CMD ["uvicorn", "main:app", "--reload", "--port", "7860"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|