Merge pull request #636 from hzhaoy/master

解决vue前端镜像构建失败的问题
This commit is contained in:
fxjhello 2023-06-17 20:28:54 +08:00 committed by GitHub
commit 5eab13c911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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