Created dockerfile and compose

This commit is contained in:
2025-11-17 01:47:26 +03:00
parent e42d492ef2
commit df7bf08099
3 changed files with 41 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import (
func main() {
fmt.Println("Hello from echo-echo-cho-o")
fmt.Println("Listening to port 8900")
api.BuildRouter("localhost:8080")
api.BuildRouter(":8900")
}