This is my first project with using Docker. It runs HTTP server with the text "Hello, world!"
docker build -t myserver https://github.com/valixxx1/my-first-docker-project.git#main
docker run -p 25565:25565 -d myserver
Go to localhost:25565 in your browser and you will see the result.