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

23 lines
296 B
Markdown

# Hello Micronaut
Test micronaut web application.
## Usage
### Build application container
```shell
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/>