first commit

This commit is contained in:
2024-07-14 15:09:19 +02:00
commit 38f715ddfe
19 changed files with 754 additions and 0 deletions

7
README-RLN.md Normal file
View File

@@ -0,0 +1,7 @@
```bash
./gradlew clean build
docker login --username xxx --password xxx git.cbo.dk
docker build -f src/main/docker/Dockerfile.jvm -t hello-quarkus .
docker image tag hello-quarkus_latest git.cbo.dk/rasmus/hello-quarkus/hello-quarkus:latest
docker image push git.cbo.dk/rasmus/hello-quarkus/hello-quarkus:latest
```