Commit 6ed1cc2e authored by mingyard's avatar mingyard

feat:docker file change

parent 3d498bc8
Pipeline #65315 failed with stages
in 24 seconds
...@@ -9,7 +9,7 @@ COPY package.json ./ ...@@ -9,7 +9,7 @@ COPY package.json ./
COPY yarn.lock ./ COPY yarn.lock ./
# 安装依赖 # 安装依赖
RUN yarn install RUN yarn install && yarn build:migration
# 复制项目文件 # 复制项目文件
COPY . . COPY . .
......
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