fix: remove git is not necessary for docker bp

This commit is contained in:
Andras Bacsai
2023-04-18 14:51:31 +02:00
parent 29fa421945
commit 8c1eb94401

View File

@@ -22,7 +22,6 @@ export default async function (data) {
});
});
}
Dockerfile.push(`RUN rm -fr .git`);
await fs.writeFile(`${data.workdir}${dockerFileLocation}`, Dockerfile.join('\n'));
await buildImage(data);
}