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: services:
backend: backend:
build: build:
context: . context: ../..
dockerfile: packages/agents/Dockerfile dockerfile: packages/agents/Dockerfile
environment: environment:
AGENT_BACKEND_URL: ${AGENT_BACKEND_URL} AGENT_BACKEND_URL: ${AGENT_BACKEND_URL}

View File

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