Skip to content

Commit 71d9f9b

Browse files
Fix NAS YouTube indexer workspace install
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ea439b4 commit 71d9f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

other/nas/youtube/youtube-indexer.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY services/call-kent-audio-worker/package.json services/call-kent-audio-worke
1818
COPY services/search-worker/package.json services/search-worker/package.json
1919
COPY services/search-shared/package.json services/search-shared/package.json
2020

21-
RUN npm ci --workspace=kentcdodds.com
21+
RUN npm ci --workspace=kentcdodds.com --include-workspace-root
2222

2323
COPY . .
2424

0 commit comments

Comments
 (0)