Skip to content

Commit 1d1ef16

Browse files
sai-aarnaclaude
andcommitted
fix: copy llms.txt into production Docker image for agent discoverability
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2f0d71e commit 1d1ef16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN pnpm install --frozen-lockfile --prod
5555
COPY --from=build /app/apps/api/dist apps/api/dist
5656
COPY --from=build /app/apps/dashboard/dist apps/dashboard/dist
5757
COPY apps/api/migrations apps/api/migrations
58+
COPY llms.txt ./
5859

5960
ENV NODE_ENV=production
6061
ENV PORT=3000

0 commit comments

Comments
 (0)