revise ignis loading method

This commit is contained in:
Nystik
2026-04-05 22:32:23 +02:00
parent 1c56a1fa45
commit fade3c30c5
8 changed files with 100 additions and 74 deletions

View File

@@ -14,7 +14,7 @@ COPY server/plugins/ ./server/plugins/
RUN npm run build
# Production image. No Obsidian code included.
# On first run, the entrypoint downloads and patches Obsidian.
# On first run, the entrypoint downloads Obsidian.
FROM node:22-slim
RUN apt-get update && apt-get install -y --no-install-recommends \