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