mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: pass SKIP_FETCH_SOURCES=true to assistant build for local dev
This commit is contained in:
@@ -1154,6 +1154,8 @@ services:
|
||||
container_name: appwrite-assistant
|
||||
build:
|
||||
context: ../assistant
|
||||
args:
|
||||
SKIP_FETCH_SOURCES: "true"
|
||||
env_file:
|
||||
- path: ../assistant/.env
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user