Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/maven-tooling.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
  • Loading branch information
geoand and gsmet committed Mar 16, 2021
1 parent f5faa94 commit 7444dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/maven-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ The `mutable-jar` is then built in the same way that a regular Quarkus jar is bu
Before you start Quarkus on the remote host set the environment variable `QUARKUS_LAUNCH_DEVMODE=true`. If you are
on bare metal you can set it via the `export QUARKUS_LAUNCH_DEVMODE=true` command and then run the application with the proper `java -jar ...` command to run the application.

If you plan on running the application via docker, then you'll need to add `-e QUARKUS_LAUNCH_DEVMODE=true` to the `docker run` command.
If you plan on running the application via Docker, then you'll need to add `-e QUARKUS_LAUNCH_DEVMODE=true` to the `docker run` command.
When the application starts you should now see the following line in the logs:

`Profile dev activated. Live Coding activated`.
Expand Down

0 comments on commit 7444dd7

Please sign in to comment.