fix: skip electron binary download in UI docker build
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ COPY patches ./patches
|
||||
COPY api/package.json ./api/package.json
|
||||
COPY dalpuri/package.json ./dalpuri/package.json
|
||||
COPY ui/package.json ./ui/package.json
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN ELECTRON_SKIP_BINARY_DOWNLOAD=1 bun install --frozen-lockfile
|
||||
|
||||
# Copy UI source files
|
||||
COPY ui/ ./ui/
|
||||
|
||||
Reference in New Issue
Block a user