Skip to content

Commit 23e760d

Browse files
committed
Remove .gcloudignore file and simplify Dockerfile installation command by eliminating cache mount for pnpm, streamlining the build process.
1 parent 490cab6 commit 23e760d

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.gcloudignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

docker/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY .gitignore .
4444
COPY pnpm-workspace.yaml .
4545
COPY turbo.json .
4646
COPY configs ./configs
47-
RUN --mount=type=cache,id=pnpm,target=/pnpm/store STACK_SKIP_TEMPLATE_GENERATION=true pnpm install --frozen-lockfile
47+
RUN STACK_SKIP_TEMPLATE_GENERATION=true pnpm install --frozen-lockfile
4848

4949
COPY --from=pruner /app/out/full/ .
5050

0 commit comments

Comments
 (0)