Skip to content

Commit

Permalink
Merge pull request #31 from lurory/fix/app-build
Browse files Browse the repository at this point in the history
Add build config file
  • Loading branch information
fabianaferreira authored Oct 2, 2022
2 parents 3e3755a + 9cabcd7 commit 094ba62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nixpacks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Build plan from the provider
[phases.setup]
nixPkgs = ["nodejs", "yarn"]

[phases.install]
cmds = ["npm install -g yarn", "yarn install"]

[phases.build]
cmds = ["yarn build"]

[start]
cmd = "yarn start"

0 comments on commit 094ba62

Please sign in to comment.