Initial random app template with Nixpacks
This commit is contained in:
8
nixpacks.toml
Normal file
8
nixpacks.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[variables]
|
||||
NODE_ENV = "production"
|
||||
|
||||
[phases.install]
|
||||
cmds = ["npm ci --include=dev"]
|
||||
|
||||
[start]
|
||||
cmd = "npm start"
|
||||
Reference in New Issue
Block a user