Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 3087f89

Browse files
dlorencdazuma
authored andcommitted
Add a print statement to log the generated dockerfile. (#159)
1 parent 0a56175 commit 3087f89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruby-generate-dockerfile/app/generate_dockerfile.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def write_dockerfile
106106
file.write content
107107
end
108108
puts "Generated Dockerfile"
109+
puts content
109110
end
110111

111112
def write_dockerignore

0 commit comments

Comments
 (0)