Commit 52fa55aa authored by mingyard's avatar mingyard

feat:添加测试模块

parent 1da765bf
......@@ -18,7 +18,7 @@ COPY . .
RUN yarn build
# 使用更小的 Node.js 镜像作为运行时镜像
FROM node:20-slim as app-stage
FROM node:20-alpine as app-stage
# 安装 IP、CURL
RUN apk add --no-cache iputils curl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment