1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
853366799e
Update nixpacks.toml
Use Yarn instead of NPM as that's what our lock file is for.
2025-01-03 13:25:04 -06:00
021273d07d
Update nixpacks.toml 2025-01-03 13:23:22 -06:00
c7bbc3c057
Update nixpacks.toml
Fix typo.
2025-01-03 12:32:58 -06:00
6d66ef6912
Create nixpacks.toml 2025-01-03 12:24:21 -06:00

5
nixpacks.toml Normal file
View File

@ -0,0 +1,5 @@
[phases.install]
aptPkgs = ["...", "build-essential"]
[phases.build]
cmds = ["mix compile", "mix ecto.setup", "pushd assets && yarn install && popd"]