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