Skip to content

Commit 099e6d6

Browse files
committed
fix: Dockerfile store-dir
1 parent 44113c5 commit 099e6d6

File tree

3 files changed

+4799
-3693
lines changed

3 files changed

+4799
-3693
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app
88
FROM base AS prod-deps
99
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
1010

11-
RUN pnpm config set store-dir /pnpm-store
11+
RUN pnpm config set store-dir ~/pnpm-store
1212
RUN apk add git
1313

1414
EXPOSE 3000

0 commit comments

Comments
 (0)