diff --git a/nixpacks.toml b/nixpacks.toml index 854e8ad..367bb3a 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.setup] -nixPkgs = ["php83", "nodejs_20", "composer"] +nixPkgs = ["php83", "nodejs_20"] [phases.build] -cmds = ["npm install", "npm run build"] \ No newline at end of file +cmds = ["composer install --no-dev --optimize-autoloader", "npm install", "npm run build"] \ No newline at end of file