Skip to content

Commit a74adb5

Browse files
committed
chore(python): add --port option to the instruction
Should be in 2fc1114 commit. Relate to #16
1 parent 41f254b commit a74adb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generator/PyGenerator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = class PyGenerator {
55
pip install -r requirements.txt
66
to install its dependencies and
77
export DB_NAME=db DB_USER=user DB_PASSWORD=secret
8-
uvicorn app:app
8+
uvicorn app:app --port 3000
99
afteward to run`
1010
}
1111

0 commit comments

Comments
 (0)