We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f254b commit a74adb5Copy full SHA for a74adb5
src/generator/PyGenerator.js
@@ -5,7 +5,7 @@ module.exports = class PyGenerator {
5
pip install -r requirements.txt
6
to install its dependencies and
7
export DB_NAME=db DB_USER=user DB_PASSWORD=secret
8
- uvicorn app:app
+ uvicorn app:app --port 3000
9
afteward to run`
10
}
11
0 commit comments