Fix
This commit is contained in:
@ -9,7 +9,7 @@ COPY admin-panel/package.json ./admin-panel/
|
||||
# COPY frontend/package.json ./frontend/
|
||||
|
||||
# Install dependencies
|
||||
RUN bun install
|
||||
RUN bun install && cd admin-panel && bun install && cd ..
|
||||
|
||||
# Copy source files
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user