From 234a4882e40dad22f73fdcce9a603a3923e43354 Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Sun, 8 Jun 2025 17:26:36 +0900 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index afc9445..34a8d8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY admin-panel/package.json ./admin-panel/ # COPY frontend/package.json ./frontend/ # Install dependencies -RUN bun install +RUN bun install && cd admin-panel && bun install && cd .. # Copy source files COPY . .