FROM python:3.11 WORKDIR /app COPY . . CMD ["python", "worker_2.py"]