mirror-leech-telegram-bot/Dockerfile
anasty17 3145af0416 Some minor regex fixes in ddl-generator
switch to ubuntu 24.04
update monogo to python3.12 Check if ur connection changed or not after
setting python3.12 version in ur cluster

Signed-off-by: anasty17 <e.anastayyar@gmail.com>
2024-04-30 03:18:09 +03:00

12 lines
212 B
Docker

FROM anasty17/mltb:latest
WORKDIR /usr/src/app
RUN chmod 777 /usr/src/app
COPY requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages
COPY . .
CMD ["bash", "start.sh"]