fix: init git repo on server if not exists
All checks were successful
Deploy to Server / deploy (push) Successful in 19s

This commit is contained in:
爽哒哒
2026-03-21 02:38:22 +08:00
parent b37155f657
commit bba69d662b
4 changed files with 16 additions and 311 deletions

View File

@@ -5,7 +5,7 @@ FROM node:22-alpine
WORKDIR /app
# 安装构建依赖
RUN apk add --no-cache autoconf automake libtool make g++ zlib-dev nasm python3
RUN apk add --no-cache autoconf automake libtool make g++ zlib-dev nasm python3 libpng-dev
# 安装依赖
COPY package.json package-lock.json* ./