add docker

This commit is contained in:
Smile Rex
2026-01-09 22:51:25 +03:00
parent 6e7faff43c
commit 29052f2c43
4 changed files with 16 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ func main() {
http.NotFound(w, r)
})
port := ":8080"
port := ":8181"
fmt.Printf("Starting Go server on http://localhost%s\n", port)
fmt.Printf("Open http://localhost%s in your browser\n", port)
fmt.Printf("Serving files directly from templates directory\n")