Test code for multi-arch container builds.
Go to file
2023-03-01 12:12:12 +01:00
gradle/wrapper first commit 2023-03-01 11:56:36 +01:00
src first commit 2023-03-01 11:56:36 +01:00
.gitignore first commit 2023-03-01 12:12:12 +01:00
build.gradle first commit 2023-03-01 11:56:36 +01:00
Dockerfile first commit 2023-03-01 12:12:12 +01:00
gradle.properties first commit 2023-03-01 11:56:36 +01:00
gradlew first commit 2023-03-01 11:56:36 +01:00
gradlew.bat first commit 2023-03-01 11:56:36 +01:00
micronaut-cli.yml first commit 2023-03-01 11:56:36 +01:00
README.md first commit 2023-03-01 12:12:12 +01:00
settings.gradle first commit 2023-03-01 11:56:36 +01:00

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/