Skip to content

Commit 895a6d0

Browse files
author
Uttam Singh
committed
Fix Render backend build context
1 parent 89ec134 commit 895a6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
services:
2-
# === Backend (FastAPI + Docker) ===
32
- type: web
43
name: fat-eibl-backend
54
env: docker
65
plan: free
76
repo: https://github.com/uttamadhikari30-sys/FAT-EIBL-V3
87
branch: main
98
dockerfilePath: backend/Dockerfile
9+
buildContext: backend
1010
envVars:
1111
- key: DATABASE_URL
1212
value: postgresql://fatuser:fatpass@db:5432/fatdb

0 commit comments

Comments
 (0)