docker build -t <image_name> .
docker run --rm --name <unique-name> -v $(pwd):/var/www/trust-module -p <hostPort>:<containerPort> <image_name>:latest