Fix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user