Skip to content

Commit de8940f

Browse files
jocelynlin-wdclaude
andcommitted
chore: update Dockerfile comment for sdk package exclusion
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c4ae0b3 commit de8940f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ WORKDIR /usr/src/flowise
3030
# Copy app source
3131
COPY . .
3232

33-
# Install dependencies and build (excluding UI-only packages not needed for Docker)
33+
# Install dependencies and build (excluding sdk packages not needed for Docker)
3434
RUN pnpm install && \
3535
pnpm build --filter=!@flowiseai/agentflow --filter=!@flowiseai/observe
3636

0 commit comments

Comments
 (0)