pref: change the database type to SQLite

This commit is contained in:
LIlGG
2025-09-25 15:50:13 +08:00
parent 530dfac665
commit e1bdca505e

View File

@@ -7,6 +7,9 @@ ENV HUSKY=0
# Use pnpm
RUN corepack enable && corepack prepare pnpm@9.4.0 --activate
# Install python and build tools
RUN apk add --no-cache python3 make g++
# Install deps efficiently
COPY package.json pnpm-lock.yaml* ./
RUN pnpm fetch