chore(docker): run with debug output

This commit is contained in:
2025-02-13 20:32:56 -05:00
parent 4f7bd903b8
commit e7105f1828

View File

@@ -7,4 +7,4 @@ COPY . .
RUN pip install -r requirements.txt
CMD ["python", "-OO", "main.py"]
CMD ["python", "main.py"]