root: fix docker stage name

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-07-17 15:49:06 +02:00
parent b3159a74e5
commit be9ca48de0
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ func main() {
ex := common.Init()
defer common.Defer()
u, _ := url.Parse("http://localhost:8000")
// u, _ := url.Parse("http://localhost:8000")
g := gounicorn.NewGoUnicorn()
ws := web.NewWebServer()