mirror of
https://gitlab.com/MisterBiggs/telegram-video-download-bot.git
synced 2025-08-03 03:51:28 +00:00
Initial commit
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.9-buster
|
||||
|
||||
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -U -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD [ "python", "./bot.py" ]
|
Reference in New Issue
Block a user