diff --git a/Dockerfile b/Dockerfile index b84dac8..ea3e51d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD [ "python", "./scan-feeds.py" ] \ No newline at end of file +CMD [ "python", "./blogbot.py" ] \ No newline at end of file diff --git a/scan-feeds.py b/blogbot,py similarity index 100% rename from scan-feeds.py rename to blogbot,py