We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b319a4 commit 47b0b45Copy full SHA for 47b0b45
packages/common/src/task/build-container.ts
@@ -39,8 +39,7 @@ export class BuildContainerTask extends Task<ContainerImage> {
39
async do(): Promise<ContainerImage> {
40
const imageId = this.container.getImageTagName(this.provider);
41
const { args = {} } = this.container.getDescriptor();
42
- // Create a temporary default ignore file
43
- // and delete it when we're done
+
44
const cmd = oneLine`
45
docker build ${this.container.getContext()}
46
-f ${this.container.getDockerfile()}
0 commit comments