```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 ```