FROM python:3.9 WORKDIR /app RUN pip install telethon flask COPY . . CMD ["python", "app.py"]