Update Dockerfile
All checks were successful
/ check (push) Successful in 7s

This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-06-16 21:14:21 -07:00
parent 9890e9508d
commit a0cdd11fee

View file

@ -6,4 +6,4 @@ RUN pip install -r requirements.txt
RUN mkdir data
CMD ["python3", "server.py", "data/config.yml"]
CMD ["python3", "-u", "server.py", "data/config.yml"]