Skip to content

Commit

Permalink
fix(eval): add missed bus-core service to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed May 2, 2024
1 parent 89a1491 commit 1012db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/eval/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY apps/eval /app/apps/eval
COPY libs/config /app/libs/config
COPY libs/grpc /app/libs/grpc
COPY libs/pubsub /app/libs/pubsub
COPY libs/bus-core /app/libs/bus-core

RUN pnpm prune --prod

Expand Down

0 comments on commit 1012db6

Please sign in to comment.