Commit d8dc7e26 authored by mingyard's avatar mingyard

feat:change docker file

parent 6ed1cc2e
Pipeline #65316 failed with stages
in 23 seconds
...@@ -15,7 +15,8 @@ RUN yarn install && yarn build:migration ...@@ -15,7 +15,8 @@ RUN yarn install && yarn build:migration
COPY . . COPY . .
# 构建项目 # 构建项目
RUN yarn build RUN yarn build \
&& yarn build:migration
FROM node:20-alpine as app-stage FROM node:20-alpine as app-stage
......
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