mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 07:25:24 +02:00
missing home dir
This commit is contained in:
parent
4c2b5b891d
commit
3e9df59c55
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ RUN apt-get update && \
|
|||
WORKDIR /planka/server
|
||||
|
||||
COPY server/package.json server/pnpm-lock.yaml ./
|
||||
RUN --mount=type=cache,id=pnpm-store,target=/.pnpm-store \
|
||||
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
|
||||
pnpm install --frozen-lockfile --prod
|
||||
COPY server .
|
||||
|
||||
|
@ -17,7 +17,7 @@ COPY server .
|
|||
WORKDIR /planka/client
|
||||
|
||||
COPY client/package.json client/pnpm-lock.yaml ./
|
||||
RUN --mount=type=cache,id=pnpm-store,target=/.pnpm-store \
|
||||
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
|
||||
pnpm install --frozen-lockfile --prod
|
||||
COPY client .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue