fix incorrect pkg scope
This commit is contained in:
parent
e08362b667
commit
d2dd8d0cc5
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ FROM base AS build
|
|||
WORKDIR /app
|
||||
COPY --from=deps /app /app
|
||||
COPY . .
|
||||
RUN pnpm --filter @paperclip/ui build
|
||||
RUN pnpm --filter @paperclip/server build
|
||||
RUN pnpm --filter @paperclipai/ui build
|
||||
RUN pnpm --filter @paperclipai/server build
|
||||
|
||||
FROM base AS production
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue