Skip to content

Commit 0e7e5e3

Browse files
fix try 3 for render
1 parent 5e8e2da commit 0e7e5e3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

render.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ services:
55
plan: free
66
rootDir: .
77
dockerfilePath: ./docker/Dockerfile
8-
buildCommand: docker build -f ./docker/Dockerfile -t forgotten-api .
9-
startCommand: ./app
108
autoDeploy: true
119
healthCheckPath: /health
10+
# Force Docker build - this overrides auto-detection
11+
dockerCommand: ./app
12+
buildFilter:
13+
paths:
14+
- docker/**
15+
- "**/*.go"
16+
- go.mod
17+
- go.sum
18+
- Makefile
1219
envVars:
1320
- key: SERVER_HOST
1421
value: 0.0.0.0

0 commit comments

Comments
 (0)