FROM python:3.9-slim RUN pip install pika WORKDIR /app COPY . /app CMD ["python", "publisher.py"]