FROM python:3.13-slim WORKDIR /app COPY . /app CMD ["python3", "-u", "test.py"]