Rename scan-feeds to blogbot

This commit is contained in:
Thomas Renger 2023-12-28 23:00:34 +01:00
parent cbfd679f1c
commit 3c4eeed4c0
2 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "python", "./scan-feeds.py" ]
CMD [ "python", "./blogbot.py" ]