first commit

This commit is contained in:
2025-10-21 12:58:19 +08:00
parent aa491be90b
commit 48212ec102

View File

@@ -1,6 +1,8 @@
FROM node:24-alpine FROM node:24-alpine
# 安装 Python 和构建工具来支持 better-sqlite3 编译 # 使用中科大镜像源加速包安装
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN apk add --no-cache python3 make g++ RUN apk add --no-cache python3 make g++
WORKDIR /app WORKDIR /app