修复构建错误

This commit is contained in:
sijinhui
2023-12-20 13:48:52 +08:00
parent 135ded15bf
commit bc30d24b4b
2 changed files with 1 additions and 9 deletions

View File

@@ -28,7 +28,6 @@ ENV CODE=""
WORKDIR /app
COPY . .
RUN rm -rf ./node_modules
COPY --from=deps /app/node_modules ./node_modules
RUN yarn build