Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM node:22-alpine AS builder
RUN apk add --no-cache git
RUN corepack enable pnpm
WORKDIR /app
COPY package.json ./
RUN pnpm install
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@kleffio/sdk": "github:kleffio/plugin-sdk-js#v0.1.0",
"@kleffio/ui": "github:kleffio/ui#v0.1.0",
"@kleffio/ui": "github:kleffio/ui#v0.1.5",
"@types/react": "^19.0.0",
"lucide-react": "^0.577.0",
"next": "^15.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- .

allowBuilds:
esbuild: true
sharp: true
Loading
Loading