Skip to content

Commit 4de9c95

Browse files
committed
Fix Render landing app rootDir commands
1 parent 80b7e26 commit 4de9c95

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

render.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,13 @@ services:
110110
runtime: node
111111
region: frankfurt
112112
plan: starter
113+
rootDir: apps/landing
113114
buildCommand: |
114-
echo "Installing workspace dependencies..."
115+
echo "Installing landing app dependencies..."
115116
pnpm install --frozen-lockfile --prod=false
116117
echo "Building landing app..."
117-
pnpm build:landing
118-
startCommand: pnpm start:landing
118+
pnpm build
119+
startCommand: pnpm start
119120
envVars:
120121
- key: NODE_ENV
121122
value: production

0 commit comments

Comments
 (0)