hellomicronaut/README.md
2023-03-01 12:12:12 +01:00

296 B

Hello Micronaut

Test micronaut web application.

Usage

Build application container

docker build -t hellomicronaut .

docker run --name hello1 -p 8080:8080 hellomicronaut

Test with browser

Connect to the container on the specified port:

http://localhost:8080/