Commit 1da765bf authored by mingyard's avatar mingyard

feat:添加镜像工具

parent cd06f07c
...@@ -20,6 +20,9 @@ RUN yarn build ...@@ -20,6 +20,9 @@ RUN yarn build
# 使用更小的 Node.js 镜像作为运行时镜像 # 使用更小的 Node.js 镜像作为运行时镜像
FROM node:20-slim as app-stage FROM node:20-slim as app-stage
# 安装 IP、CURL
RUN apk add --no-cache iputils curl
# 设置环境变量 # 设置环境变量
ENV NODE_ENV=development ENV NODE_ENV=development
......
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