feat: Ability to change deployment type for nuxtjs

This commit is contained in:
Andras Bacsai
2022-07-08 17:21:23 +02:00
parent 88a62be30c
commit 3a8e5df897
6 changed files with 42 additions and 15 deletions

View File

@@ -69,7 +69,6 @@ export default async function (data) {
await createDockerfile(data, baseImage);
await buildImage(data);
}
} catch (error) {
throw error;
}