docker build server

This commit is contained in:
dal 2025-09-11 09:45:39 -06:00
parent 37efbaee23
commit 01f3f2dde3
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
run: | run: |
echo "📦 Creating server bundle with bun..." echo "📦 Creating server bundle with bun..."
cd apps/server cd apps/server
bun build src/index.ts --outdir ./dist --target bun --external pino-pretty bun build src/index.ts --outdir ./dist --target bun --external pino-pretty --external @duckdb/node-bindings --external @duckdb/node-bindings-linux-arm64 --external @duckdb/node-bindings-darwin-arm64 --external @duckdb/node-bindings-darwin-x64 --external @duckdb/node-bindings-win32-x64
ls -la dist/ ls -la dist/
cd ../.. cd ../..