Fixing Docker paths for backend and frontend
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
# ── Frontend (Ingress) ──────────────────────────────────
|
||||
frontend:
|
||||
build:
|
||||
context: ./musadaq-frontend
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
container_name: musadaq-frontend
|
||||
restart: unless-stopped
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
# ── NestJS API ─────────────────────────────────────────
|
||||
api:
|
||||
build:
|
||||
context: ./musadaq-backend
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
container_name: musadaq-api
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user