From fdaa7bb445f7e2fd9b6cb2820cbb951c512f54df Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Sun, 8 Jun 2025 17:11:24 +0900 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5672c2..aab7754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app # Copy package files first for better caching COPY package.json bun.lock ./ COPY admin-panel/package.json ./admin-panel/ -COPY frontend/package.json ./frontend/ +# COPY frontend/package.json ./frontend/ # Install dependencies RUN bun install