Compare commits

..

2 commits

View file

@ -10,4 +10,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY main.py .
# Run script
CMD ["python", "main.py"]
CMD ["python", "-u", "main.py"]