TreeGateway / tree-gateway

This is a full featured and free API Gateway
http://treegateway.com
MIT License
189 stars 42 forks source link

TreeGateway binaries missing from Docker image #173

Closed mdzidic closed 5 years ago

mdzidic commented 5 years ago

Hello,

After running simple Docker setup of TreeGateway I couldn't proceed with configuration of API gateway as binaries like treeGateway and treeGatewayConfig are not available inside Docker image.

# treeGatewayConfig
sh: treeGatewayConfig: not found

# find / -name "treeGatewayConfig"
<No results>

I managed this problem temporarily installing treeGateway inside docker via npm install tree-gateway -g command which is non-sense option for Docker :)