FROM python:3.11 RUN pip install flask requests curl_cffi COPY reg.py /reg.py COPY app.py /app.py CMD ["python","/app.py"]