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