Wire token-budget packing into the overview/rerank fallback path
This commit is contained in:
+1
-1
@@ -21,4 +21,4 @@ ENV NODE_ENV=production
|
||||
COPY --from=build /repo /repo
|
||||
WORKDIR /repo/apps/web
|
||||
EXPOSE 3000
|
||||
CMD ["pnpm", "start", "--", "-p", "3000", "-H", "0.0.0.0"]
|
||||
CMD ["node_modules/.bin/next", "start", "-p", "3000", "-H", "0.0.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user