1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-11 20:37:09 +01:00

remove image after compile to save space

This commit is contained in:
Kevin Trocolli 2022-12-10 21:50:11 -05:00 committed by Hay1tsme
parent 5f51699c78
commit 04ca905467

View File

@ -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