deploy: fix compose build contexts

This commit is contained in:
-Puter
2026-07-29 06:46:07 +05:30
parent fd3980c6bf
commit 526ed59776
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
services:
backend:
build:
context: .
context: ../..
dockerfile: packages/agents/Dockerfile
environment:
AGENT_BACKEND_URL: ${AGENT_BACKEND_URL}

View File

@@ -1,7 +1,7 @@
services:
frontend:
build:
context: .
context: ../..
dockerfile: apps/web/Dockerfile
args:
VITE_AUTH_URL: ${VITE_AUTH_URL}