This commit is contained in:
2025-06-08 17:26:36 +09:00
parent 84cf9d0d7b
commit 234a4882e4

View File

@ -9,7 +9,7 @@ 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 && cd admin-panel && bun install && cd ..
# Copy source files # Copy source files
COPY . . COPY . .