Commit 18147527 authored by mingyard's avatar mingyard

feat:docker file

parent 1595b8e6
......@@ -17,6 +17,8 @@ COPY . .
# 构建项目
RUN yarn build
FROM node:20-alpine as app-stage
# 设置环境变量
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