Skip to content

Commit 4ae247d

Browse files
authored
Update Dockerfile
1 parent 1d9f186 commit 4ae247d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN apt-get update && apt-get install -y graphviz libgraphviz-dev pkg-config
1313
# Install dependencies
1414
RUN pip install --no-cache-dir -r requirements.txt
1515
# Run the application
16-
CMD ["python", "main.py"]
16+
CMD ["python", "-u", "main.py"]

0 commit comments

Comments
 (0)