Edit rootDir in render.yaml

This commit is contained in:
nthouliss 2023-06-15 16:19:54 +10:00
parent d6e204476a
commit a5ebab97ac
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ services:
region: oregon # optional (defaults to oregon) check other regions here: https://render.com/docs/regions
plan: free
branch: feature/open-source # optional (defaults to master)
rootDir: ./backend
rootDir: .
dockerfilePath: ./backend/Dockerfile
numInstances: 1 # optional (defaults to 1)
healthCheckPath: /health