aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
314 stars 46 forks source link

Set PNPM version specifically #306

Closed kmcginnes closed 4 months ago

kmcginnes commented 4 months ago

Description

This is a short term fix to make sure building a docker image works.

We will want the docker image to use CorePack going forward. But that will first require updating Node across the board, which will be a separate PR.

Validation

docker build .

Related Issues

Relates to PR #305 and issue #303

Check List