shrey77777 commited on
Commit
bee63dd
·
verified ·
1 Parent(s): 438f819

Upload ALKABRAIN AI companion

Browse files

Warm Claude.ai-style AI companion routing to 20+ open-source HF models, with Replit Auth, Postgres, Razorpay billing, chat history, and strict help bot.

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ ENV NODE_ENV=production \
44
  WORKDIR /app
45
 
46
  COPY --from=build /app /app
47
- RUN cp -r /app/artifacts/ai-router/dist /app/public
48
 
49
  RUN useradd -m -u 1001 appuser && chown -R appuser:appuser /app
50
  USER appuser
 
44
  WORKDIR /app
45
 
46
  COPY --from=build /app /app
47
+ RUN cp -r /app/artifacts/ai-router/dist/public /app/public
48
 
49
  RUN useradd -m -u 1001 appuser && chown -R appuser:appuser /app
50
  USER appuser