Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
pnpm install --frozen-lockfile --ignore-scripts

# Copy necessary build configurations
COPY vite.config.ts index.html tsconfig.* /website/
COPY vite.config.ts index.html tsconfig.json tsconfig.app.json tsconfig.node.json /website/
COPY public /website/public
COPY src /website/src

Expand Down
1 change: 0 additions & 1 deletion index.old.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ChevronDown } from "lucide-react";
import { useId } from "react";

import { Navbar } from "@/components/app/navigation-bar";

import {
Accordion,
Expand Down
Loading