|
| 1 | +# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
| 2 | +# π½πΊππβ’πΉππ€ππβππππΉπ π₯ β‘οΈ |
| 3 | +# Created by: RoxyBasicNeedBot |
| 4 | +# GitHub: https://github.com/RoxyBasicNeedBot |
| 5 | +# Telegram: https://t.me/roxybasicneedbot1 |
| 6 | +# Website: https://roxybasicneedbot.unaux.com/?i=1 |
| 7 | +# YouTube: @roxybasicneedbot |
| 8 | +# |
| 9 | +# Portfolio: https://aratt.ai/@roxybasicneedbot |
| 10 | +# |
| 11 | +# Bot & Website Developer π€ |
| 12 | +# Creator of RoxyBasicNeedBot & many automation tools β‘ |
| 13 | +# Skilled in Python, APIs, and Web Development |
| 14 | +# |
| 15 | +# Β© 2026 RoxyBasicNeedBot. All Rights Reserved. |
| 16 | +# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
| 17 | + |
| 18 | +# Use the official Python image |
| 19 | +FROM python:3.10-slim |
| 20 | + |
| 21 | +RUN apt-get update -qq && apt-get -y install ffmpeg mkvtoolnix |
| 22 | + |
| 23 | +# Set the working directory in the container |
| 24 | +WORKDIR /app |
| 25 | + |
| 26 | +# Copy the dependencies file to the working directory |
| 27 | + |
| 28 | +# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
| 29 | +# π½πΊππβ’πΉππ€ππβππππΉπ π₯ β‘οΈ |
| 30 | +# Created by: RoxyBasicNeedBot |
| 31 | +# GitHub: https://github.com/RoxyBasicNeedBot |
| 32 | +# Telegram: https://t.me/roxybasicneedbot1 |
| 33 | +# Website: https://roxybasicneedbot.unaux.com/?i=1 |
| 34 | +# YouTube: @roxybasicneedbot |
| 35 | +# |
| 36 | +# Portfolio: https://aratt.ai/@roxybasicneedbot |
| 37 | +# |
| 38 | +# Bot & Website Developer π€ |
| 39 | +# Creator of RoxyBasicNeedBot & many automation tools β‘ |
| 40 | +# Skilled in Python, APIs, and Web Development |
| 41 | +# |
| 42 | +# Β© 2026 RoxyBasicNeedBot. All Rights Reserved. |
| 43 | +# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
| 44 | + |
| 45 | +COPY requirements.txt . |
| 46 | + |
| 47 | +# Install any needed dependencies specified in requirements.txt |
| 48 | +RUN pip install --no-cache-dir -r requirements.txt |
| 49 | + |
| 50 | +# Copy the rest of the application code to the working directory |
| 51 | +COPY . . |
| 52 | + |
| 53 | +# Command to run the application |
| 54 | +CMD ["python", "bot.py"] |
| 55 | + |
| 56 | +# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
| 57 | +# π½πΊππβ’πΉππ€ππβππππΉπ π₯ β‘οΈ |
| 58 | +# Created by: RoxyBasicNeedBot |
| 59 | +# GitHub: https://github.com/RoxyBasicNeedBot |
| 60 | +# Telegram: https://t.me/roxybasicneedbot1 |
| 61 | +# Website: https://roxybasicneedbot.unaux.com/?i=1 |
| 62 | +# YouTube: @roxybasicneedbot |
| 63 | +# |
| 64 | +# Portfolio: https://aratt.ai/@roxybasicneedbot |
| 65 | +# |
| 66 | +# Bot & Website Developer π€ |
| 67 | +# Creator of RoxyBasicNeedBot & many automation tools β‘ |
| 68 | +# Skilled in Python, APIs, and Web Development |
| 69 | +# |
| 70 | +# Β© 2026 RoxyBasicNeedBot. All Rights Reserved. |
| 71 | +# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
0 commit comments