Mount current dir into container

Docker
docker run --rm -v "$PWD":/app -w /app <image> <command>