Commit fd2c0f2b authored by mingyard's avatar mingyard

feat:添加docker工具

parent 52fd8362
...@@ -19,6 +19,9 @@ RUN yarn build ...@@ -19,6 +19,9 @@ RUN yarn build
FROM node:20-alpine as app-stage FROM node:20-alpine as app-stage
# 安装 IP、CURL
RUN apk add --no-cache 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