Yqnn / svg-path-editor

Online editor to create and manipulate SVG paths
https://yqnn.github.io/svg-path-editor/
Apache License 2.0
4.15k stars 342 forks source link

[request] Pre-built Docker image #147

Open nwithan8 opened 2 weeks ago

nwithan8 commented 2 weeks ago

Could you explore building and releasing a pre-built Docker image to Docker Hub or GitHub Container Registry? This would make it easier for users to avoid having to build the image each time the app is deployed, and would allow it to be added to things such as Unraid.

Yqnn commented 1 week ago

I'm not sure to understand your use case.

Why do you need to install it on your server ? The App is available on a public URL here, and it's a PWA so it can even be used offline.

The compiled app is also available on a dedicated branch that can be server by any webserver.

The Dockerfile is only a secondary method for local development, using node and npm directly being the recommended way.

nwithan8 commented 6 days ago

For those wanting to self-host this rather than using the public instance.