first commit
This commit is contained in:
7
README-RLN.md
Normal file
7
README-RLN.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user