FROM python:3.11-slim WORKDIR /app RUN pip install requests COPY test/emulate_users/emulate_users.py . CMD ["python", "emulate_users.py"]