ci: updated workflow

This commit is contained in:
Marvin Zhang
2024-10-24 14:48:38 +08:00
parent 288196f114
commit aba1cc8383

View File

@@ -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