mount to build dir

This commit is contained in:
Matt McWilliams 2021-09-22 01:34:16 -04:00
parent 734d26fecb
commit 8b2bc19f3d
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
cd povray
sudo docker run -v $PWD:/usr/src povray_wasm sh -c "${1}"
sudo docker run -v $PWD:/usr/src/build povray_wasm sh -c "${1}"