mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-09 04:47:34 +08:00
3ecb731ad1
Signed-off-by: anasty17 <e.anastayyar@gmail.com>
13 lines
223 B
Docker
13 lines
223 B
Docker
FROM anasty17/mltb:latest
|
|
# FROM anasty17/mltb-oracle: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"]
|