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]
|
[phases.install]
|
||||||
cmds = ['npm install']
|
cmds = ['npm install']
|
||||||
cacheDirectories = []
|
|
||||||
|
|
||||||
[phases.build]
|
[phases.build]
|
||||||
cmds = ['npm run build']
|
cmds = ['npm run build']
|
||||||
cacheDirectories = []
|
|
||||||
|
|
||||||
[start]
|
[start]
|
||||||
cmd = 'npm start'
|
cmd = 'npm start'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue