docker pull luchanso/dependencies-heatmap-backend:0.1.0
docker pull uchanso/dependencies-heatmap-client:1.0.1
docker run -d -p 8080:80 --name dp-client dependencies-heatmap-client:1.0.0 --env BACKEND_URL=http://localhost:4000 BASENAME=/
Where
BACKEND_URL - path for GraphQL server, by default http://localhost:4000
BASENAME - app location, by default is root /
All environments is optional
git pull git@github.com:Luchanso/dependencies-heatmap.git
cd dependencies-heatmap
yarn install
yarn start
Screenshots: