yxmiler commited on
Commit
a7c853d
·
verified ·
1 Parent(s): dcc11ba

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -15
Dockerfile DELETED
@@ -1,15 +0,0 @@
1
- FROM python:3.10-slim
2
-
3
- WORKDIR /app
4
-
5
- COPY requirements.txt .
6
-
7
- RUN pip install --no-cache-dir -r requirements.txt
8
-
9
- COPY . .
10
-
11
-
12
- ENV PORT=5200
13
- EXPOSE 5200
14
-
15
- CMD ["python", "grok2api.py"]