docs: clarify docker steps

This commit is contained in:
Gauthier Roebroeck 2023-03-03 20:51:51 +08:00
parent 2f1af32bd7
commit 74dbe92b15

View File

@ -68,4 +68,5 @@ Make sure you start the backend with the `dev` profile, else the frontend reques
To build the Docker image, you need to:
- have the webui built and copied to `/resources/public`. To do so, run `./gradlew copyWebDist`
- build the docker image via JReleaser. To do so, run `./gradlew jreleaserPackage`
- prepare the docker image via JReleaser. To do so, run `./gradlew jreleaserPackage`
- the `Dockerfile` will be available in `komga/build/jreleaser/package/docker/`