Update nixpacks.toml
This commit is contained in:
parent
c8f2e4a782
commit
f49a29b5f8
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue