ManTea commited on
Commit
c589098
·
verified ·
1 Parent(s): 40bcf9c

Delete dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +0 -9
dockerfile DELETED
@@ -1,9 +0,0 @@
1
- FROM python:3.11.10-alpine3.20
2
-
3
- WORKDIR /app
4
-
5
- COPY . .
6
-
7
- RUN pip install -r requirements.txt
8
-
9
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "6868"]