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