Skip to content

Commit

Permalink
removed mount option
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 19, 2024
1 parent dabef8c commit 276153f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN corepack enable
FROM base AS build
COPY ./ /usr/src/app
WORKDIR /usr/src/app
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
#RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm install --frozen-lockfile
RUN pnpm run -r build
RUN pnpm deploy --filter=agent-api /prod/api
#RUN pnpm deploy --filter=cli --prod /prod/cli
Expand Down

0 comments on commit 276153f

Please sign in to comment.