Fix theme zipping in Docker (#38)

- Default to port 80
This commit is contained in:
2024-03-22 21:32:35 -04:00
parent ac332a6797
commit dce80fdddc
4 changed files with 21 additions and 10 deletions

View File

@@ -4,5 +4,12 @@
"LogLevel": {
"MyWebLog.Handlers": "Information"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:80"
}
}
}
}