Commit eb6f5e2a by Karsa Zoltán István

update toml

parent 91d50180
......@@ -25,6 +25,10 @@ ruff = "^0.0.254"
shell = "poetry run uvicorn main:app --reload --port 6973 --host 0.0.0.0"
help = "Start the microservice on port 6973"
[tool.poe.tasks.prod]
shell = "poetry run uvicorn main:app --host 0.0.0.0 --port 8080 --workers 4 --log-level critical"
help = "Start the prod deployment"
[tool.poe.tasks.lint]
shell = "poetry run black . && poetry run ruff --fix . "
help = "Lint the most important parts of the microservice with black"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment