#!/bin/bash ./mvnw clean package docker build -t sample-tomcat . docker container run -d --name sample-tomcat -p 8080:8080 sample-tomcat:latest