From 6727b1853953be2788cbbacb8b5140523c557fdd Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 24 Feb 2025 11:00:55 +0100 Subject: [PATCH] Update nixpacks.toml --- nextjs/ssr/nixpacks.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextjs/ssr/nixpacks.toml b/nextjs/ssr/nixpacks.toml index 721457d..346f069 100644 --- a/nextjs/ssr/nixpacks.toml +++ b/nextjs/ssr/nixpacks.toml @@ -3,10 +3,10 @@ nixPkgs = ['bun'] aptPkgs = ['build-essential'] [phases.install] -cmd = "bun install" +cmds = ["bun install"] [phases.build] -cmd = "bun run build" +cmds = ["bun run build"] -[phases.start] +[start] cmd = "bun run start"