topology-foundation / ts-topology

The official TypeScript implementation of Topology Protocol
MIT License
4 stars 1 forks source link

Fix a bug where node docker container can't find the binaries for tsx and vitest #24

Open d-roak opened 2 weeks ago

d-roak commented 2 weeks ago

It seems the initial install is doing a link to a wrong folder (might be because of the node being in a workspace)

image

Relevant files to change: remove the install from here https://github.com/topology-foundation/ts-topology/blob/66b89ba64b088d0b7d5c0009081fcc6e0e55338f/packages/node/entrypoint.sh#L2 add it here https://github.com/topology-foundation/ts-topology/blob/66b89ba64b088d0b7d5c0009081fcc6e0e55338f/packages/node/Dockerfile#L1-L8