Update nixpacks.toml
This commit is contained in:
parent
292107d6d9
commit
a0a18acfc3
|
|
@ -1,13 +1,6 @@
|
||||||
# Force npm build with sharp pre-built binaries
|
# Force npm build commands (prevents Nixpacks from using turbo)
|
||||||
[variables]
|
|
||||||
SHARP_IGNORE_GLOBAL_LIBVIPS = "1"
|
|
||||||
npm_config_platform = "linux"
|
|
||||||
npm_config_arch = "x64"
|
|
||||||
npm_config_libc = "glibc"
|
|
||||||
CI = "true"
|
|
||||||
|
|
||||||
[phases.install]
|
[phases.install]
|
||||||
cmds = ['npm install --prefer-offline --no-audit --progress=false']
|
cmds = ['npm install']
|
||||||
|
|
||||||
[phases.build]
|
[phases.build]
|
||||||
cmds = ['npm run build']
|
cmds = ['npm run build']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue