mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-13 21:20:50 +01:00
remove image after compile to save space
This commit is contained in:
parent
5a5ffee819
commit
59edd71bb2
@ -25,6 +25,7 @@ mkdir "!BUILD_OUTPUT_PATH!"
|
||||
docker cp %CONTAINER_NAME%:/segatools/build/zip %BUILD_OUTPUT_PATH%
|
||||
|
||||
docker rm -f %CONTAINER_NAME% > nul
|
||||
docker image rm -f %IMAGE_NAME% > nul
|
||||
|
||||
goto success
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user