yandeu / docker-swarm-visualizer

🐋 A Visualizer for Docker Swarm using the Docker Engine API and Node.js.
Other
35 stars 9 forks source link

Need to know the build & test procedure #12

Closed alloc7260 closed 10 months ago

alloc7260 commented 10 months ago

Hi @yandeu , I found your repo amazingly helpful, but I want some more functionality on top like display hostname and more stuff... I have forked your repo and made some changes in my local repo, Now I want to build and test it in my swarm pool.

Can you please provide me instructions and commands to build new docker image from my local code, So I can test it.

yandeu commented 10 months ago

I believe it is just npm run build && docker build .

alloc7260 commented 10 months ago

Thanks for your answer @yandeu