Skip to content

Commit

Permalink
Tweak Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Apr 2, 2024
1 parent cd841f0 commit 0d22ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ index:
sudo mkdir -p /data/lucene/namematching
docker compose -f nameindex.yml up --detach nameindex

run: index
./gradlew clean bootRun
run:
./gradlew bootRun

clean:
docker compose -f nameindex.yml down nameindex
Expand Down

0 comments on commit 0d22ad7

Please sign in to comment.