Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed May 6, 2024
1 parent a2dc701 commit 2cc6d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build-native:
@echo "See https://quarkus.io/guides/building-native-image#configuring-graalvm"
@./mvnw install -Dnative && echo "The native app image was successfully created at: {{app_native_image}}"

# run the application locally (in Quarkus development mode) with hot reload
# run the application locally (in Quarkus development mode) with live reload
dev:
@./mvnw quarkus:dev

Expand Down Expand Up @@ -86,7 +86,7 @@ run-native:
site: compile
@./mvnw site && echo "Reports are available under {{build_dir}}/site/"

# send request to the app's HTTP endpoint (requires running container)
# send request to the app's HTTP endpoint (requires Docker and running app container)
send-request-to-app:
curl http://localhost:8123/status

Expand Down

0 comments on commit 2cc6d70

Please sign in to comment.