lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.22k stars 86 forks source link

Official Docker image #151

Closed lucasravy closed 4 years ago

lucasravy commented 4 years ago

Hey guys!

Quick question: is there an official Docker image for local-web-server? If don't, what do you think about create one and make it available for the community? Maybe I could try help with this.

:grin:

lucasravy commented 4 years ago

Howdy :grin:!

I've created a docker image and I would like to know if you guys have any suggestions for it. The image contains: Alpine Linux, Node, Npm and local-web-server provided by npm install command. It work pretty well in our solution.

Link for the image: https://hub.docker.com/repository/docker/lucasravy/local-web-server-alpine

What do you guys think about create a section in README file with instructions of how run the server using Docker? I could do that PR, if the maintainers think that is a good idea.

Please, let me know.

Thanks!

75lb commented 4 years ago

Hi, this particular project covers only the Javascript codebase - whether ws is deployed on Linux, Mac or Windows via Docker, VirtualBox or Vagrant is a usage decision beyond the scope of this project..

However, your image sounds useful! Feel free to create a "Deployment" section at the bottom of the Wiki and add a link to a separate Wiki page (which you'll also need to create) documenting your image.

The new section would look something like this:

Deployment