diff --git a/packages/docker/src/dockerCommands/container.ts b/packages/docker/src/dockerCommands/container.ts index 0a4904e..b9ae66e 100644 --- a/packages/docker/src/dockerCommands/container.ts +++ b/packages/docker/src/dockerCommands/container.ts @@ -146,7 +146,7 @@ export async function containerBuild( tag: string ): Promise { if (!args.dockerfile) { - throw new Error('Container build expets args.dockerfile to be set') + throw new Error('Container build expects 'args.dockerfile' to be set') } const dockerArgs: string[] = ['build']