FROM python:3.11-slim WORKDIR /app COPY . . RUN pip install redis flask flask_sqlalchemy pyjwt requests pymysql cryptography CMD ["python", "app.py"]