We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71be9b commit c3da50aCopy full SHA for c3da50a
1 file changed
render.yaml
@@ -17,10 +17,11 @@ services:
17
registryCredential: # https://dashboard.render.com/u/settings#registry-credentials
18
fromRegistryCreds:
19
name: GITHUB_TOKEN
20
- rootDir: # default: top-level directory
+ rootDir: . # default: top-level directory
21
dockerContext: .
22
dockerfilePath: Dockerfile
23
- healthCheckPath: /healthz
+ dockerCommand: sleep infinity
24
+ # healthCheckPath: /healthz
25
envVars:
26
- fromGroup: qaas-settings
27
- key: PORT
0 commit comments