Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SciPhi-AI/R2R-Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Jan 17, 2025
2 parents 96e8758 + f4a11da commit 41ac299
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN npm install -g pnpm

# Set node environment to production
ENV NODE_ENV=production
ENV HOSTNAME="0.0.0.0"

# Copy necessary files from builder stage
COPY --from=builder /app/next.config.js ./
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"postcss": "^8.4.49",
"posthog-js": "^1.194.3",
"r2r": "0.0.0-beta.0",
"r2r-js": "^0.4.8",
"r2r-js": "^0.4.9",
"radix-ui": "^1.0.1",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41ac299

Please sign in to comment.