How do I create a working Docker Image from html, css, js files?
I'm completely new to Docker but for university purposes I needed to code a website (html, css, js) and eventually need to provide it as docker-compose configuration. I've watched countless hours of tutorials and questioned chat gpt extensively but every…