mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
jina-ai: fix build
This commit is contained in:
@@ -18,9 +18,9 @@ WORKDIR /app
|
||||
# Copy application code
|
||||
COPY ./src ./src
|
||||
COPY ./tsconfig.json ./tsconfig.json
|
||||
COPY ./jina-ai/config.json ./
|
||||
RUN npm run build
|
||||
|
||||
COPY ./jina-ai/config.json ./
|
||||
COPY ./jina-ai/src ./jina-ai/src
|
||||
COPY ./jina-ai/tsconfig.json ./jina-ai/tsconfig.json
|
||||
WORKDIR /app/jina-ai
|
||||
|
||||
Reference in New Issue
Block a user