refactor: update domain

This commit is contained in:
Mauricio Siu 2024-07-30 23:20:54 -06:00
parent 3c8ca2b012
commit c4d59177bf

View File

@ -61,7 +61,9 @@ export const addDomainToCompose = async (
const result = await loadDockerCompose(compose);
if (!result) {
throw new Error("Error to load docker compose");
throw new Error(
"Error to load docker compose, the file is empty or not found",
);
}
for (const domain of domains) {