fix: add composer to nixpacks config
This commit is contained in:
parent
46a7c28d20
commit
d1789baffb
|
|
@ -1,7 +1,5 @@
|
|||
# Memberitahu Railway untuk menyediakan PHP 8.3 dan NodeJS v20
|
||||
[phases.setup]
|
||||
nixPkgs = ["php83", "nodejs_20"]
|
||||
nixPkgs = ["php83", "nodejs_20", "composer"]
|
||||
|
||||
# Memberitahu Railway untuk menjalankan perintah build frontend
|
||||
[phases.build]
|
||||
cmds = ["npm install", "npm run build"]
|
||||
Loading…
Reference in New Issue