Adding logging.

This commit is contained in:
mike12345567 2024-12-16 18:13:28 +00:00
parent a923a119c5
commit fe5f76f27d
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ export async function startContainer(container: GenericContainer) {
// removes the need to do this removal manually.
const existingContainer = getContainerByName(name)
if (existingContainer && existingContainer.State !== "running") {
console.log("--- REMOVING EXISTING CONTAINER --- ")
removeContainer(existingContainer)
}