Fix #635: 解决vue前端镜像构建失败的问题
This commit is contained in:
parent
3d95706d5c
commit
e177b0bbc8
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue