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