This commit is contained in:
2025-06-08 17:11:24 +09:00
parent 70c7ceef55
commit fdaa7bb445

View File

@ -6,7 +6,7 @@ WORKDIR /app
# Copy package files first for better caching # Copy package files first for better caching
COPY package.json bun.lock ./ COPY package.json bun.lock ./
COPY admin-panel/package.json ./admin-panel/ COPY admin-panel/package.json ./admin-panel/
COPY frontend/package.json ./frontend/ # COPY frontend/package.json ./frontend/
# Install dependencies # Install dependencies
RUN bun install RUN bun install