0.3.2 — refresh rate, custom widget data & Docker fixes

This commit is contained in:
wojo
2026-04-12 16:13:30 +00:00
parent 001190a716
commit bf274b0edc
21 changed files with 363 additions and 367 deletions
+3
View File
@@ -147,6 +147,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
COPY --from=oven/bun:1-slim /usr/local/bin/bun /usr/local/bin/bun
RUN ln -s /usr/local/bin/bun /usr/local/bin/bunx
# Node.js binary for Prisma CLI (Bun's baseline mode crashes on non-AVX2 hardware)
COPY --from=node:22-slim /usr/local/bin/node /usr/local/bin/node
# Puppeteer configuration
ENV PUPPETEER_EXECUTABLE_PATH=/opt/chrome-headless-shell-linux64/chrome-headless-shell
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true