Skip to content

Commit c23cdc2

Browse files
jocelynlin-wdclaude
andcommitted
chore: add build:docker script and fix Docker build filter
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ecfa502 commit c23cdc2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COPY . .
3232

3333
# Install dependencies and build (excluding sdk packages not needed for Docker)
3434
RUN pnpm install && \
35-
pnpm build -- --filter='!@flowiseai/agentflow' --filter='!@flowiseai/observe'
35+
pnpm build:docker
3636

3737
# Give the node user ownership of the application files
3838
RUN chown -R node:node .

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"scripts": {
1414
"build": "turbo run build",
15+
"build:docker": "turbo run build --filter=!@flowiseai/agentflow --filter=!@flowiseai/observe",
1516
"build-force": "pnpm clean && turbo run build --force",
1617
"dev": "turbo run dev --parallel --no-cache",
1718
"start": "run-script-os",

0 commit comments

Comments
 (0)