Fix worker container to use main.py instead of worker.py

This commit is contained in:
yznahmad 2025-06-20 03:52:04 +03:00
parent 51a4a2fbc6
commit 509dd365e1

View File

@ -19,4 +19,4 @@ ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
# Command to run the worker
CMD ["python", "worker.py"]
CMD ["python", "main.py"]