Update Docker healthcheck
This commit is contained in:
parent
d8247fec01
commit
c3a11f55b0
3 changed files with 7 additions and 2 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -8,7 +8,11 @@
|
|||
"module": "uvicorn",
|
||||
"args": [
|
||||
"discord_rss_bot.main:app",
|
||||
"--reload"
|
||||
"--reload",
|
||||
"--host",
|
||||
"0.0.0.0",
|
||||
"--port",
|
||||
"5000",
|
||||
],
|
||||
"jinja": true,
|
||||
"justMyCode": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue