build: docker build -t <image_name> . start: docker run -v $(pwd):/var/www/trust-module -p 3000:3000 <image_name>:latest