Typo in flag
This commit is contained in:
parent
22b247cb5e
commit
8c0c7d7920
|
@ -13,7 +13,7 @@ sudo docker build . -t povray_gcc
|
|||
cd povray
|
||||
|
||||
sudo docker run \
|
||||
-cpus=2 \
|
||||
--cpus=2 \
|
||||
-v $PWD:/usr/src \
|
||||
povray_gcc \
|
||||
sh -c 'cd /usr/src && sh build.sh'
|
Loading…
Reference in New Issue