#!/bin/bash docker build -t dusk-psp -f docker/psp/Dockerfile . docker run --rm -v $(pwd):/workdir dusk-psp /bin/bash -c "./scripts/build-psp.sh"