Update Docker healthcheck
All checks were successful
Test and build Docker image / docker (push) Successful in 1m31s
All checks were successful
Test and build Docker image / docker (push) Successful in 1m31s
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user