296 B
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: