Skip to content

Commit 3ba3df0

Browse files
committed
Formatting.
1 parent 5b95f69 commit 3ba3df0

33 files changed

Lines changed: 352 additions & 359 deletions

backend/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ If you want to learn more about Quarkus, please visit its website: https://quark
77
## Dev Mode
88

99
You can run your application in dev mode that enables live coding using:
10+
1011
```shell script
1112
./mvnw clean quarkus:dev
1213
```
@@ -17,7 +18,6 @@ You can run your application in dev mode that enables live coding using:
1718

1819
During development, Keycloak is started as a Quarkus Dev Service using port 8180. When using alternative ports, you can also find it via [http://localhost:8080/q/dev](http://localhost:8080/q/dev).
1920

20-
2121
### Testing rest services via CLI:
2222

2323
First, access the keycloak admin web console and activate direct access grants for the `cryptomator` realm.
@@ -54,6 +54,7 @@ docker build -f src/main/docker/Dockerfile.jvm -t ghcr.io/cryptomator/hub .
5454
### Building native images
5555

5656
3x smaller but takes longer to build. Docker VM requires sufficient memory during the build:
57+
5758
```shell script
5859
docker build -f src/main/docker/Dockerfile.native -t ghcr.io/cryptomator/hub .
5960
```

0 commit comments

Comments
 (0)