Skip to content

Commit

Permalink
chore(python): add --port option to the instruction
Browse files Browse the repository at this point in the history
Should be in 2fc1114 commit.

Relate to #16
  • Loading branch information
php-coder committed Apr 30, 2024
1 parent 41f254b commit a74adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/PyGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = class PyGenerator {
pip install -r requirements.txt
to install its dependencies and
export DB_NAME=db DB_USER=user DB_PASSWORD=secret
uvicorn app:app
uvicorn app:app --port 3000
afteward to run`
}

Expand Down

0 comments on commit a74adb5

Please sign in to comment.