dockerSupport: Added Basic Docker support to the application.

This commit is contained in:
Jonathon Chambers
2024-01-06 10:42:14 -05:00
parent 1c2368f5a1
commit 71c2e64daf
11 changed files with 34 additions and 7 deletions

View File

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