mirror-leech-telegram-bot/Dockerfile
anasty17 072d0ba568 old image removed
Signed-off-by: anasty17 <e.anastayyar@gmail.com>
2023-04-03 04:18:44 +02:00

12 lines
188 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
COPY . .
CMD ["bash", "start.sh"]