Skip to content

Commit f5b0ed2

Browse files
Fixed build error - no such file or directory, open '/app/llms/llms.txt'
1 parent 59bd3d7 commit f5b0ed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN --mount=type=cache,target=/root/.bun \
1919
# Copy only necessary files for build
2020
COPY docs/ ./docs/
2121
COPY nginx/ ./nginx/
22+
COPY llms/ ./llms/
2223
COPY tailwind.config.js .
2324
COPY env.d.ts .
2425
COPY tsconfig*.json ./

0 commit comments

Comments
 (0)