From c54e4f3d661c9c218688a366373a5549c77c51cf Mon Sep 17 00:00:00 2001 From: Nystik <236107-Nystik@users.noreply.gitlab.com> Date: Thu, 19 Mar 2026 15:37:47 +0100 Subject: [PATCH] fix dockerfile, copy new ui code --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57aad64..d3bcf19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,12 @@ WORKDIR /build COPY package.json package-lock.json ./ RUN npm ci --ignore-scripts -COPY build.js ./ +COPY build.js build-ui.js ./ COPY shims/ ./shims/ +COPY services/ ./services/ +COPY ui/ ./ui/ -RUN npm run build:shims +RUN npm run build # Production image. No Obsidian code included. # On first run, the entrypoint downloads and patches Obsidian.