- Clone the repository.
- cd to project root directory.
docker build -t demo/bankapp .
- If you get a
./mvnw not found
error, just runmvn -N io.takari:maven:wrapper -Dmaven=3.5.3
while in the root directory of the project.
- If you get a
docker run --expose 8080 -p 8080:8080 demo/bankapp
mvn test