fix: init git repo on server if not exists
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
This commit is contained in:
@@ -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* ./
|
||||
|
||||
Reference in New Issue
Block a user