deploy: fix compose build contexts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
context: .
|
||||
context: ../..
|
||||
dockerfile: packages/agents/Dockerfile
|
||||
environment:
|
||||
AGENT_BACKEND_URL: ${AGENT_BACKEND_URL}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: .
|
||||
context: ../..
|
||||
dockerfile: apps/web/Dockerfile
|
||||
args:
|
||||
VITE_AUTH_URL: ${VITE_AUTH_URL}
|
||||
|
||||
Reference in New Issue
Block a user