Skip to content

Commit 1adc109

Browse files
Update README.md
1 parent 456d25f commit 1adc109

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ To run the application using Docker in Production environment, follow these step
4646
```
4747
docker run -p 8080:8080 my-java-react-app
4848
```
49-
### Tests
50-
Use the Below Controller to Test the Application :
49+
To Run the extension with Docker locally, ensure you first prepare your environment:
5150
52-
* HealthController : Uses the Actuator Health points to check if all the resources are stable and active
53-
54-
http://localhost:8080/_healthz
51+
Fill in all the required values in the application-prod.yml file.
52+
After setting up your .yml file, you can proceed with the Docker commands listed above to build and run your extension locally.
5553
5654
5755
## Database Configuration

0 commit comments

Comments
 (0)