Fix worker container to use main.py instead of worker.py
This commit is contained in:
parent
51a4a2fbc6
commit
509dd365e1
@ -19,4 +19,4 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
ENV PYTHONDONTWRITEBYTECODE=1
|
ENV PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
||||||
# Command to run the worker
|
# Command to run the worker
|
||||||
CMD ["python", "worker.py"]
|
CMD ["python", "main.py"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user