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