From e177b0bbc839491a780ce4813a9c7da760df38f8 Mon Sep 17 00:00:00 2001 From: hzhaoy Date: Thu, 15 Jun 2023 11:36:57 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20#635:=20=E8=A7=A3=E5=86=B3vue=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E9=95=9C=E5=83=8F=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/Dockerfile b/views/Dockerfile index 8768d12..5014ca0 100644 --- a/views/Dockerfile +++ b/views/Dockerfile @@ -15,7 +15,7 @@ COPY . /app RUN pnpm run build - +FROM frontend AS final COPY --from=frontend /app/dist /app/public