Add screenshot.

This commit is contained in:
Mark Nellemann 2023-03-02 07:20:11 +01:00
parent 6b6e4173cb
commit dfabef87b0
3 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@ WORKDIR /tmp/app/
COPY . /tmp/app/
# Build our application from the sourcecode
RUN ./gradlew clean build
RUN ./gradlew clean build --no-daemon

View File

@ -1,6 +1,8 @@
# Hello Micronaut
Test micronaut web application.
Test "hello world" web application (written in the micronaut framework) that displays some information about the architecture it runs on, and allow users to enter some data, that will not persist or be shared across multiple instances.
![screenshot](doc/screenshot.png)
## Container

BIN
doc/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB