File size: 184 Bytes
2f71414
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
FROM arakurumi/bot:mltb

WORKDIR /app

RUN chmod -R 777 /app

COPY . .

RUN pip install --break-system-packages --no-cache-dir --requirement requirements.txt

CMD ["bash", "start.sh"]