Skip to content

Commit 18e499c

Browse files
committed
fix railway docker cache id
1 parent 8da9fcf commit 18e499c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN corepack enable
2323
RUN corepack prepare --activate
2424

2525
# Install dependencies
26-
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
26+
RUN --mount=type=cache,id=s/c47f3895-fff0-42c4-b1f7-cee7f61e6613-pnpm,target=/pnpm/store \
2727
pnpm install --frozen-lockfile --ignore-scripts
2828

2929
FROM base_deps AS build

0 commit comments

Comments
 (0)