Added Docker container and compose definitions to make development easier
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine
2026-07-24 11:00:35 -04:00
parent 6ac189a72c
commit 58dd358acb
5 changed files with 75 additions and 38 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ func main() {
web.RegisterRoutes(f)
// alert the user and start the server
log.Println("Server is running...")
log.Println("Server is listening on 0.0.0.0:2830.")
log.Println(http.ListenAndServe("0.0.0.0:2830", f))
}