fix: resolve vite path in Docker build and add OAuth env to prod compose
Some checks failed
Deploy to Production / test (push) Failing after 35s
Some checks failed
Deploy to Production / test (push) Failing after 35s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user