Skip to content

Can't build Dockerfile: Cannot find module '@/components/app/pageHeader.tsx' #4

@rbeucher

Description

@rbeucher

I @lewisjared, I tried to build the Docker image using the dockerfile and I hit

 [email protected] build
> tsc -b && vite build

src/main.tsx:2:40 - error TS2307: Cannot find module '@/components/app/pageHeader.tsx' or its corresponding type declarations.

2 import type { BreadcrumbContent } from "@/components/app/pageHeader.tsx";
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Found 1 error.

Which is also the reason why the CI is failing.

Essentially,

npm run build

fails as it cannot find the pageHeader component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions