Update nixpacks.toml

This commit is contained in:
kleap-admin 2026-01-16 13:38:06 +00:00
parent c8f2e4a782
commit f49a29b5f8
1 changed files with 1 additions and 3 deletions

View File

@ -1,11 +1,9 @@
# Disable cache to avoid Docker buildx cache issues
# Force npm build commands (prevents Nixpacks from using turbo)
[phases.install]
cmds = ['npm install']
cacheDirectories = []
[phases.build]
cmds = ['npm run build']
cacheDirectories = []
[start]
cmd = 'npm start'