FROM python:3.9.20-slim-bookworm RUN pip install python-dotenv flask WORKDIR /app COPY api.py tx.sh . CMD python /app/api.py