Skip to content

Commit

Permalink
README.md: add a section about how to build the debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Jan 3, 2025
1 parent 15460c6 commit ec58515
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Custom georchestra build
./gradlew build
```

## Building a debian package

```
./gradlew deb
```

The resulting deb is in `build/distributions/`

## Building a docker image

Creating the exploded webapp with the following:
Expand Down

0 comments on commit ec58515

Please sign in to comment.