understanding commited on
Commit
d31f3af
·
verified ·
1 Parent(s): fa0137e

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -10
Dockerfile DELETED
@@ -1,10 +0,0 @@
1
- # PATH: Dockerfile
2
- FROM python:3.11
3
-
4
- WORKDIR /app
5
- COPY . /app
6
-
7
- RUN pip install --no-cache-dir -r requirements.txt
8
-
9
- EXPOSE 7860
10
- CMD ["python", "-m", "bot"]