From c42d230053f4efaa4e6cc166d9c68af6302a78db Mon Sep 17 00:00:00 2001 From: unroll3677 Date: Wed, 16 Jul 2025 14:24:29 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db6c00b..6483ba3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ COPY . . # Step 5: Execute the correct Python script # Note the correct filename. -CMD ["python3", "masto-rss.py"] +CMD ["python3", "main.py"]