sameerdhoot / wolweb

Web interface for sending Wake-on-lan (magic packet). An HTTP server built using GoLang and uses Bootstrap for UI.
GNU General Public License v3.0
288 stars 74 forks source link

Build docker image directly from docker-compose #8

Closed mbugert closed 2 years ago

mbugert commented 2 years ago

I also stumbled over #3 because the docker-compose file does not build the image directly.

This PR fixes that. I also reordered the docker section in the readme a bit, assuming that docker-compose would be the primary way people run this project.

Oh, and thanks for this project! It's quite useful.

sameerdhoot commented 2 years ago

Thank you for the PR @mbugert