started usage for dockerized static server

This commit is contained in:
idk
2018-08-08 17:18:10 -04:00
parent 9501f7937a
commit b6e3d39fd4
5 changed files with 82 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ import (
)
func main() {
host := flag.String("h", "127.0.0.1",
host := flag.String("a", "127.0.0.1",
"hostname to serve on")
port := flag.String("p", "8100",
"port to serve locally on")