diff --git a/Dockerfile b/Dockerfile index 38eb834..038646d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ COPY --from=deps /app/node_modules ./node_modules COPY . . # Build admin panel -RUN cd panel && bun run build +RUN cd panel && ../node_modules/.bin/vite build # ============================================ # Production stage - minimal runtime image