Edit directory config on backend in render.yaml

This commit is contained in:
nthouliss 2023-06-15 16:41:54 +10:00
parent 68826aa1d0
commit 7a1ed6007a

View File

@ -40,8 +40,8 @@ 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: .
dockerfilePath: ./backend/Dockerfile
rootDir: ./backend
dockerfilePath: ./Dockerfile
numInstances: 1 # optional (defaults to 1)
healthCheckPath: /health
envVars: