chore(build): add cleanup step to remove builder container after Railpack build completion

This commit is contained in:
Mauricio Siu
2025-08-03 02:14:59 -06:00
parent e785ad5599
commit a2405ddd84

View File

@@ -196,6 +196,7 @@ docker ${buildArgs.join(" ")} >> ${logPath} 2>> ${logPath} || {
exit 1;
}
echo "✅ Railpack build completed." >> ${logPath};
docker buildx rm builder-containerd
`;
return bashCommand;