Skip to content

Commit

Permalink
Tweak makefile and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Sep 1, 2023
1 parent c968460 commit 31377f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ run:
./gradlew bootRun

run-docker:
./gradlew build
docker compose build --no-cache
docker compose up --detach

release:
Expand Down
6 changes: 3 additions & 3 deletions sbdi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Make a release. This will create a new tag and push it. A new Docker container w
```
mats@xps-13:~/src/biodiversitydata-se/dashboard (master *)$ make release
Current version: v2.0.1. Enter the new version (or press Enter for v2.0.2):
Updating to version v2.0.2
Tag v2.0.2 created and pushed.
Current version: 2.0.1. Enter the new version (or press Enter for 2.0.2):
Updating to version 2.0.2
Tag 2.0.2 created and pushed.
```

0 comments on commit 31377f4

Please sign in to comment.