fix: pass SKIP_FETCH_SOURCES=true to assistant build for local dev

This commit is contained in:
Prem Palanisamy
2026-02-20 16:12:39 +00:00
parent 4992611f42
commit d4e92a96f8
+2
View File
@@ -1154,6 +1154,8 @@ services:
container_name: appwrite-assistant
build:
context: ../assistant
args:
SKIP_FETCH_SOURCES: "true"
env_file:
- path: ../assistant/.env
required: false