From 6f344de243e4d56b0950ffd26d6b7921e88bbab5 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Mon, 16 Mar 2026 16:18:59 +0100 Subject: [PATCH] Update deployment --- nixpacks.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 78322ab..91b203e 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,11 +1,9 @@ [phases.setup] -nixPkgs = ["go", "git"] - -[phases.build] +nixPkgs = ["go", "git", "python3"] cmds = [ "cd kobopatch-wasm && bash setup.sh", "cd kobopatch-wasm && bash build.sh", ] -[staticAssets] -root = "web/public" +[start] +cmd = "python3 -m http.server ${PORT:-8080} -d web/public"