Fix #635: 解决vue前端镜像构建失败的问题

This commit is contained in:
hzhaoy 2023-06-15 11:36:57 +08:00
parent 3d95706d5c
commit e177b0bbc8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ COPY . /app
RUN pnpm run build RUN pnpm run build
FROM frontend AS final
COPY --from=frontend /app/dist /app/public COPY --from=frontend /app/dist /app/public