- Maven
- Java 8
-
cd <project dir>
-
mvn clean package
- Make sure docker is running i.e.
docker ps
- Pull image from the repo
docker pull <image-name>
- Run docker image
docker run -p 8080:8080 <image-name>
- Go to browser and type
localhost:8080
we should see landing page of our app