mermaidjs / mermaid-live-editor

Location has moved to https://github.com/mermaid-js/mermaid-live-editor
https://mermaidjs.github.io/mermaid-live-editor/
MIT License
977 stars 181 forks source link

Is there a Dockerfile Available for the Editor? #8

Closed psychemedia closed 6 years ago

psychemedia commented 6 years ago

Hi

Is there an official Docker image or Dockerfile available for running the editor in a Docker container?

--tony

tylerlong commented 6 years ago

Nope there isn't.

This built project is a pure static website. You can just download the source code and open the index.html file to execute it. Or you can host the code with apache/nginx/IIS ...etc.

I will leave it to the community to create a Dockerfile because I don't use docker myself.

psychemedia commented 6 years ago

Ah -ok - thanks - I misunderstood how it worked when I saw a server launching.

tylerlong commented 6 years ago

The server is for development only. For production, no server needed. Pure client side.