aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 01:39:39 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 01:39:39 +0100
commit3b7bc746afe8d7498ce6b8e5b19c2ff82ff72095 (patch)
tree4a49022f9a0800683317ef8a3f8a392515801b3a /main.go
parent99d5a59e64b84fad74fd204e8b581c8ba75e9a71 (diff)
ci(docker): create example dockerfile and dockerignore
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0174e6e..85544d0 100644
--- a/main.go
+++ b/main.go
@@ -73,5 +73,5 @@ func main() {
g.HandleFunc("/", home.Handle())
g.HandleFunc("/credits", credits.Handle())
- g.StartServer(":8000")
+ g.StartServer(":80")
}