#!/bin/bash
cp build.sh povray/build.sh
cd povray
docker run -v $PWD:/usr/src povray_wasm sh -c 'cd /usr/src && EMCC_DEBUG=1 bash build.sh'