first commit

This commit is contained in:
2025-10-21 12:56:28 +08:00
parent f0b1757d5c
commit aa491be90b

View File

@@ -1,5 +1,8 @@
FROM node:24-alpine FROM node:24-alpine
# 安装 Python 和构建工具来支持 better-sqlite3 编译
RUN apk add --no-cache python3 make g++
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./