Skip to content

Commit a08aaa2

Browse files
committed
Fix python startup command in Dockerfile.dev
1 parent e84acce commit a08aaa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ ENV PATH="$FOLDER/.venv/bin:$PATH"
1717

1818
USER 1000:1000
1919

20-
CMD ["uv", "run", "watchfiles", "python", "src/main.py"]
20+
CMD ["uv", "run", "watchfiles", "python src/main.py"]

0 commit comments

Comments
 (0)