Commit 84cbf125 authored by mingyard's avatar mingyard

feat:修改docker

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