Update Dockerfile

This commit is contained in:
Believethehype 2024-10-03 00:19:24 +02:00
parent 8d0938ef4e
commit 81430f816f

View File

@ -13,4 +13,4 @@ COPY . .
RUN python setup.py install RUN python setup.py install
# Specify the command to run your application # Specify the command to run your application
CMD ["python3", "main.py"] CMD ["python3", "-u", "main.py"]