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

6 lines
186 B
TOML

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