diff options
Diffstat (limited to 'docker.go')
| -rw-r--r-- | docker.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() |
