From 938bed2f6ed25dd86955ec651a180833dbcf12b8 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Thu, 24 Oct 2024 14:48:38 +0800 Subject: [PATCH] ci: updated workflow --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 81dd2cd0..cf9c67b6 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -20,4 +20,4 @@ RUN pnpm run build FROM alpine:3.14 # Copy only the built artifacts from the build stage -COPY --from=build /app/dist /app/dist +COPY --from=build /app/apps/crawlab/dist /app/dist