Skip to content

Commit 6b95854

Browse files
committed
refactor(common): remove python path for example
1 parent e837796 commit 6b95854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/my-app/Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: .python/bin/python3 -c "from my_app.main import start; start()"
1+
web: python -c "from my_app.main import start; start()"

0 commit comments

Comments
 (0)