Edit rootDir in render.yaml
This commit is contained in:
parent
d6e204476a
commit
a5ebab97ac
@ -30,7 +30,7 @@ services:
|
|||||||
region: oregon # optional (defaults to oregon) check other regions here: https://render.com/docs/regions
|
region: oregon # optional (defaults to oregon) check other regions here: https://render.com/docs/regions
|
||||||
plan: free
|
plan: free
|
||||||
branch: feature/open-source # optional (defaults to master)
|
branch: feature/open-source # optional (defaults to master)
|
||||||
rootDir: ./backend
|
rootDir: .
|
||||||
dockerfilePath: ./backend/Dockerfile
|
dockerfilePath: ./backend/Dockerfile
|
||||||
numInstances: 1 # optional (defaults to 1)
|
numInstances: 1 # optional (defaults to 1)
|
||||||
healthCheckPath: /health
|
healthCheckPath: /health
|
||||||
|
Loading…
x
Reference in New Issue
Block a user