first commit
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
FROM node:24-alpine
|
||||
|
||||
# 安装 Python 和构建工具来支持 better-sqlite3 编译
|
||||
RUN apk add --no-cache python3 make g++
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
Reference in New Issue
Block a user