Commit 81bcdd5d authored by mingyard's avatar mingyard

feat:docker file change

parent fe9d0db2
Pipeline #65318 passed with stages
in 1 minute and 4 seconds
......@@ -9,7 +9,7 @@ COPY package.json ./
COPY yarn.lock ./
# 安装依赖
RUN yarn install && yarn build:migration
RUN yarn install
# 复制项目文件
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