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 7104e96 commit 57c8addCopy full SHA for 57c8add
Sources/ContainerCommands/BuildCommand.swift
@@ -212,7 +212,7 @@ extension Application {
212
defer {
213
try? FileManager.default.removeItem(at: tempFile)
214
}
215
-
+
216
// Dockerfile should be read from stdin
217
if file == "-" {
218
guard FileManager.default.createFile(atPath: tempFile.path(), contents: nil) else {
0 commit comments