cmd.sh needs a sudo

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

View File

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