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 5e8e2da commit 0e7e5e3Copy full SHA for 0e7e5e3
render.yaml
@@ -5,10 +5,17 @@ services:
5
plan: free
6
rootDir: .
7
dockerfilePath: ./docker/Dockerfile
8
- buildCommand: docker build -f ./docker/Dockerfile -t forgotten-api .
9
- startCommand: ./app
10
autoDeploy: true
11
healthCheckPath: /health
+ # Force Docker build - this overrides auto-detection
+ dockerCommand: ./app
12
+ buildFilter:
13
+ paths:
14
+ - docker/**
15
+ - "**/*.go"
16
+ - go.mod
17
+ - go.sum
18
+ - Makefile
19
envVars:
20
- key: SERVER_HOST
21
value: 0.0.0.0
0 commit comments