Karma commited on
Commit
6c26e41
·
1 Parent(s): a5db2fc

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -12
Dockerfile DELETED
@@ -1,12 +0,0 @@
1
- FROM python:3.11.9
2
-
3
- WORKDIR /root/Mikobot
4
-
5
- COPY . .
6
-
7
- RUN apt-get install -y ffmpeg python3-pip curl
8
- RUN pip3 install --upgrade pip setuptools
9
-
10
- RUN pip install -U -r requirements.txt
11
-
12
- CMD python3 -m Mikobot