FROM python:3.13.2-alpine3.21 WORKDIR /usr/src/app COPY discorss.py ./ COPY discorss.conf /etc/ RUN pip install --no-cache-dir requests feedparser CMD [ "python", "discorss.py" ]