diff --git a/Dockerfile b/Dockerfile index afc9445..34a8d8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .