fix: resolve vite path in Docker build and add OAuth env to prod compose

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
syntaxbullet
2026-02-13 20:53:01 +01:00
parent 2381f073ba
commit dc10ad5c37

View File

@@ -47,7 +47,7 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .
# Build admin panel # Build admin panel
RUN cd panel && bun run build RUN cd panel && ../node_modules/.bin/vite build
# ============================================ # ============================================
# Production stage - minimal runtime image # Production stage - minimal runtime image