remove nixpacks and add railpack
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "https://schema.railpack.com",
|
||||
"steps": {
|
||||
"install": {
|
||||
"commands": [
|
||||
"npm install"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"inputs": [
|
||||
{
|
||||
"step": "install"
|
||||
}
|
||||
],
|
||||
"commands": [
|
||||
"npm run build"
|
||||
]
|
||||
}
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "npx serve dist --port 3000"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user