Skip to content

Commit

Permalink
fix: pnpm lock and docker pnpm install (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Feb 4, 2025
1 parent 65d9110 commit 988d3ae
Show file tree
Hide file tree
Showing 2 changed files with 683 additions and 727 deletions.
2 changes: 1 addition & 1 deletion docker/node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:lts-slim AS base
WORKDIR /app
COPY package.json ./
COPY pnpm-lock.yaml ./
RUN corepack enable
RUN npm install -g pnpm@9

FROM base AS build
RUN pnpm i --frozen-lockfile
Expand Down
Loading

0 comments on commit 988d3ae

Please sign in to comment.