Skip to content

Commit 00b141a

Browse files
chore: fix dockerfile
1 parent 5cf7a31 commit 00b141a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ RUN bun run build
1717
RUN bun run download-content
1818
RUN bun run init-vector-store
1919

20-
# Copy raw content
21-
COPY ./content /app/content
22-
# Copy vector store .db file
23-
COPY ./tmp/vector-store.db /app/tmp/vector-store.db
24-
2520
EXPOSE 1234
2621

2722
CMD ["node", "dist/index.js"]

0 commit comments

Comments
 (0)