Merge pull request #5 from FFCoder/dockerSupport

dockerSupport: Added Basic Docker support to the application.
This commit is contained in:
Hargata Softworks
2024-01-06 09:01:39 -07:00
committed by GitHub
9 changed files with 32 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
"Kestrel": {
"Endpoints": {
"http": {
"Url": "http://localhost:5000"
"Url": "http://0.0.0.0:5000"
}
}
},