-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDockerfile
More file actions
33 lines (33 loc) ยท 3.26 KB
/
Dockerfile
File metadata and controls
33 lines (33 loc) ยท 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# GNU GENERAL PUBLIC LICENSE
# Version 3, 29 June 2007
# Copyright (C) 2007 Free Software Foundation
# Everyone is permitted to ๐ฐ๐ผ๐ฝ๐ ๐ฎ๐ป๐ฑ ๐ฑ๐ถ๐๐๐ฟ๐ถ๐ฏ๐๐๐ฒ verbatim copies
# of this license document, ๐ฏ๐๐ ๐ฐ๐ต๐ฎ๐ป๐ด๐ถ๐ป๐ด ๐ถ๐ ๐ถ๐ ๐ป๐ผ๐ ๐ฎ๐น๐น๐ผ๐๐ฒ๐ฑ.
# โโขโขรท[๐NOะฏDฮฃD๐]รทโขโขโ
# Telegram Music player userbot
# has been licensed under GNU General Public License
# ๐๐จ๐ฉ๐ฒ๐ซ๐ข๐ ๐ก๐ญ (๐) ๐๐๐๐ ๐๐ฟ๐ฎ๐ธ๐ถ๐ป๐ | ๐๐ฟ๐ฎ๐ธ๐ถ๐ป๐๐๐ฎ๐ฏ | ๐๐ฟ๐ฎ๐ธ๐ถ๐ป๐๐๐ผ๐
# โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
FROM python:latest
ENV VIRTUAL_ENV "/venv"
RUN python -m venv $VIRTUAL_ENV
ENV PATH "$VIRTUAL_ENV/bin:$PATH"
RUN apt-get update && apt-get upgrade -y
RUN python -m pip install --upgrade pip
RUN git clone https://github.com/Krakinz/Pyrogram-Session-Maker.git
RUN cd Pyrogram-Session-Maker
WORKDIR /Pyrogram-Session-Maker
RUN pip install -r โโขโขรท[๐งSฮฃSSIำจะ_MฮKฮฃะฏ๐ง]รทโขโขโ.txt
CMD python3 -m โโขโขรท[๐งSฮฃSSIำจะ_MฮKฮฃะฏ๐ง]รทโขโขโ
# โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# GNU GENERAL PUBLIC LICENSE
# Version 3, 29 June 2007
# Copyright (C) 2007 Free Software Foundation
# Everyone is permitted to ๐ฐ๐ผ๐ฝ๐ ๐ฎ๐ป๐ฑ ๐ฑ๐ถ๐๐๐ฟ๐ถ๐ฏ๐๐๐ฒ verbatim copies
# of this license document, ๐ฏ๐๐ ๐ฐ๐ต๐ฎ๐ป๐ด๐ถ๐ป๐ด ๐ถ๐ ๐ถ๐ ๐ป๐ผ๐ ๐ฎ๐น๐น๐ผ๐๐ฒ๐ฑ.
# โโขโขรท[๐NOะฏDฮฃD๐]รทโขโขโ
# Telegram Music player userbot
# has been licensed under GNU General Public License
# ๐๐จ๐ฉ๐ฒ๐ซ๐ข๐ ๐ก๐ญ (๐) ๐๐๐๐ ๐๐ฟ๐ฎ๐ธ๐ถ๐ป๐ | ๐๐ฟ๐ฎ๐ธ๐ถ๐ป๐๐๐ฎ๐ฏ | ๐๐ฟ๐ฎ๐ธ๐ถ๐ป๐๐๐ผ๐
# โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ