forked from elizaOS/eliza
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85c27b4
commit 97b60aa
Showing
32 changed files
with
25 additions
and
11,306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ FROM node:23.3.0-slim AS builder | |
# Install pnpm globally and install necessary build tools | ||
RUN npm install -g [email protected] && \ | ||
apt-get update && \ | ||
apt-get install -y git python3 make g++ && \ | ||
apt-get install -y git python3 make g++ curl && \ | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
|
@@ -40,8 +40,6 @@ RUN set -ex && \ | |
echo "Build failed, retrying..." && \ | ||
sleep 5) \ | ||
done && \ | ||
# Verify the dist folder exists after build | ||
ls -la /app/packages/adapter-pglite/dist || echo "pglite dist missing after build!" && \ | ||
# Only prune after successful build | ||
pnpm prune --prod && \ | ||
echo "Production pruning completed" && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.