aboutsummaryrefslogtreecommitdiff
path: root/docker.go
diff options
context:
space:
mode:
Diffstat (limited to 'docker.go')
-rw-r--r--docker.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker.go b/docker.go
index d99f3f6..cda5cb9 100644
--- a/docker.go
+++ b/docker.go
@@ -9,6 +9,7 @@ import (
"log"
"path/filepath"
+ "within.website/x/internal"
"within.website/x/internal/yeet"
)
@@ -17,7 +18,7 @@ var (
)
func main() {
- flag.Parse()
+ internal.HandleStartup()
ctx, cancel := context.WithCancel(context.Background())
defer cancel()