nxt3AT / sankeydiagram.net

sankeydiagram.net is an easy-to-use webapp for generating Sankey Diagrams to visualize flows and budgets.
Other
75 stars 12 forks source link

Create Dockerfile #40

Closed ndsvw closed 1 year ago

ndsvw commented 1 year ago

Commands:

docker build -t sankeydiagramnet .

docker run -p 1234:1234 sankeydiagramnet

JonasDoesThings commented 1 year ago

Thanks for the contribution. I will look into it tomorrow, test it myself and add a section to the README regarding using the Dockerfile for local building 😃

JonasDoesThings commented 1 year ago

Merged & added a mention in the README :)