Skip to content

Commit

Permalink
キャッシュを掴まないようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuki-bar committed Nov 24, 2023
1 parent 5d60134 commit f61ec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/frontend/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM base AS dep-resolver
WORKDIR /dashboard
COPY --chown=node:node pnpm-lock.yaml pnpm-workspace.yaml ./
COPY frontend/ ./frontend
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm install --frozen-lockfile

FROM dep-resolver AS dashboard-builder
RUN pnpm run --filter=./frontend/dashboard -r build
Expand Down

0 comments on commit f61ec3f

Please sign in to comment.