mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
chore: update Docker configuration to include pnpm workspace and refine dependency management
This commit is contained in:
parent
3b345e7091
commit
83e40c5aea
4 changed files with 13 additions and 14 deletions
|
|
@ -12,7 +12,7 @@ WORKDIR /app
|
|||
RUN corepack enable pnpm
|
||||
|
||||
# Copy package files
|
||||
COPY package.json pnpm-lock.yaml* .npmrc* ./
|
||||
COPY package.json pnpm-lock.yaml* pnpm-workspace.yaml* .npmrc* ./
|
||||
|
||||
# First copy the config file and content to avoid fumadocs-mdx postinstall error
|
||||
COPY source.config.ts ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue