mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix(docker): missing file
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:22.14.0-alpine AS builder
|
|||||||
|
|
||||||
# Install native dependencies since we might be building cross-platform.
|
# Install native dependencies since we might be building cross-platform.
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY /apps/server/dist/package.json /apps/server/dist/pnpm-lock.yaml /apps/server/pnpm-workspace.yaml /usr/src/app/
|
COPY /apps/server/dist/package.json /apps/server/dist/pnpm-lock.yaml /usr/src/app/
|
||||||
RUN pnpm install --frozen-lockfile --prod && pnpm rebuild
|
RUN pnpm install --frozen-lockfile --prod && pnpm rebuild
|
||||||
|
|
||||||
FROM node:22.14.0-alpine
|
FROM node:22.14.0-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user