diff --git a/nixpacks.toml b/nixpacks.toml index e4a6bbd..76d694f 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,2 +1,5 @@ [phases.build] cmds = ["npm run build"] + +[start] +cmd = "npx serve dist -l 80 -s"