Add explicit start command to nixpacks.toml to override nginx default
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
[phases.build]
|
[phases.build]
|
||||||
cmds = ["npm run build"]
|
cmds = ["npm run build"]
|
||||||
|
|
||||||
|
[start]
|
||||||
|
cmd = "npx serve dist -l 80 -s"
|
||||||
|
|||||||
Reference in New Issue
Block a user