Update Dockerfile

This commit is contained in:
unroll3677
2025-07-16 14:24:29 +02:00
committed by GitHub
parent 22677de465
commit c42d230053

View File

@@ -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"]