1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/nixpacks.toml
2025-01-04 12:27:10 -06:00

7 lines
195 B
TOML

[phases.install]
aptPkgs = ["...", "build-essential"]
cmds = ["...", "npm install --global yarn"]
[phases.build]
cmds = ["mix compile", "mix ecto.setup", "pushd assets && yarn install && popd"]