Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
csenet committed Apr 28, 2024
1 parent b2ea5da commit 43b046b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/backend/auto-operation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM base AS dep-resolver
WORKDIR /auto-operation
COPY --chown=node:node pnpm-lock.yaml pnpm-workspace.yaml ./
COPY backend/auto-operation ./backend/auto-operation
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install

FROM dep-resolver AS auto-operation-builder
RUN pnpm run --filter=./backend/auto-operation -r build
Expand Down

0 comments on commit 43b046b

Please sign in to comment.