diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 01:39:39 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 01:39:39 +0100 |
| commit | 3b7bc746afe8d7498ce6b8e5b19c2ff82ff72095 (patch) | |
| tree | 4a49022f9a0800683317ef8a3f8a392515801b3a /main.go | |
| parent | 99d5a59e64b84fad74fd204e8b581c8ba75e9a71 (diff) | |
ci(docker): create example dockerfile and dockerignore
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,5 +73,5 @@ func main() { g.HandleFunc("/", home.Handle()) g.HandleFunc("/credits", credits.Handle()) - g.StartServer(":8000") + g.StartServer(":80") } |
