Skip to content

Commit

Permalink
fix(eval): correct copying app in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed May 2, 2024
1 parent 572ccd8 commit 89a1491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/eval/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app
RUN npm i -g pnpm@8

COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc ./
COPY apps/integrations /app/apps/integrations
COPY apps/eval /app/apps/eval
COPY libs/config /app/libs/config
COPY libs/grpc /app/libs/grpc
COPY libs/pubsub /app/libs/pubsub
Expand Down

0 comments on commit 89a1491

Please sign in to comment.