-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Suhail_Md
25 lines (22 loc) · 1.06 KB
/
Suhail_Md
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
#=============================================#
# v.1.2.9 #
# █▀▀▀█ █ █ █ █ ▄▀▀▄ ▀█▀ █ █▀▄▀█ █▀▀▄ #
# ▀▀▀▄▄ █ █ █▀▀█ █▄▄█ █ █ █ █ █ █ █ #
# █▄▄▄█ ▀▄▄▀ █ █ █ █ ▄█▄ █▄▄█ █ █ █▄▄▀ #
# 𝗠𝗨𝗟𝗧𝗜𝗗𝗘𝗩𝗜𝗖𝗘 𝗪𝗛𝗔𝗧𝗦𝗔𝗣𝗣 𝗨𝗦𝗘𝗥 𝗕𝗢𝗧 #
#=============================================#
#
# * @project_name : Suhail-Md
# * @author : @SuhailTechInfo
# * @youtube : https://www.youtube.com/c/@SuhailTechInfo
# * @description : Suhail-Md ,A Multi-functional whatsapp bot md.
# * @version 1.2.9
#
# Don't change this [ /SuhailTechInfo/ ] name!
# Change from below link, else bot not works!
FROM quay.io/sampandey001/secktor
RUN git clone https://github.com/SuhailTechInfoMd/Suhail-Md /root/Suhail
WORKDIR /root/Suhail
RUN npm install
EXPOSE 8000
CMD ["npm","start" ]