remove the container between compile stages

This commit is contained in:
mmcwilliams 2022-12-21 00:14:08 -05:00
parent 2177ad55c3
commit 66f4ecab8d
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
#!/bin/bash
sudo docker rm povray_wasm
sudo docker run \
-v $PWD/compile_povray_wasm.sh:/usr/src/povray/compile_povray_wasm.sh \
-v $PWD/configure_mod:/usr/src/povray/configure_mod \
--name povray_wasm \
povray_wasm \
sh -c 'bash compile_povray_wasm.sh'