From cd3687dca7ee7d5c972e2b6da834c573849199be Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 3 Mar 2023 15:10:53 +0800 Subject: [PATCH] docs: update DEVELOPING.md instructions --- DEVELOPING.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 8eef221a0..63ff89489 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -11,15 +11,12 @@ You will need: ## Setting up the project -- run `npm install` in the root folder of the project. This will install the necessary commit hooks. - run `npm install` in the `komga-webui` folder of the project. This will install the necessary tooling for the webui. ## Commit messages Komga's commit messages follow the [Conventional Commits](https://www.conventionalcommits.org/) standard. This enables automatic versioning, releases, and release notes generation. -Commit messages are enforced using commit hooks ran on the developer's PC. - ## Project organization Komga is composed of 2 projects: @@ -71,6 +68,4 @@ 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` -- unpack the jar into layers expected by the `Dockerfile`. To do so, run `./gradlew unpack` - -Then you can run `docker build -f ./komga/Dockerfile .` +- build the docker image via JReleaser. To do so, run `./gradlew jreleaserPackage`