mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
jina-ai: fix build
This commit is contained in:
parent
83144f8804
commit
067fa1478f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user