-
This is a sample dockerized Spring Boot Application.
-
To run the sample code, do the following:
- Go to the directory which contains the Dockerfile
- Run the following commands in the terminal/command line:
- mvn clean install
- docker build -t hello-world .
- docker run -p 8080:8080 hello-world
- Go to http://localhost:8080/ in your browser to view it.
sahil4129/project_test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|