resolved type errors and other proc. app build error

This commit is contained in:
user
2026-03-02 19:23:59 +02:00
parent 6069a16d80
commit be45cc3fa7
7 changed files with 32 additions and 17 deletions

View File

@@ -17,6 +17,7 @@ RUN pnpm install
COPY apps/processor ./apps/processor
RUN pnpm install
RUN pnpm run build
COPY scripts ./scripts