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 9f80cb2 commit 704dc9cCopy full SHA for 704dc9c
imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/menu/UpdateImage.java
@@ -162,7 +162,7 @@ public CommandResponse call() throws Exception {
162
cmdBuilder.addAll(handlePatchFiles(tmpDir, tmpPatchesDir));
163
164
// create dockerfile
165
- Utils.writeDockerfile(tmpDirPath + File.separator + "Dockerfile", "/docker-files/Update_Image.mustache", dockerfileOptions);
+ Utils.writeDockerfile(tmpDirPath + File.separator + "Dockerfile", "Update_Image.mustache", dockerfileOptions);
166
167
// add directory to pass the context
168
cmdBuilder.add(tmpDirPath);
0 commit comments