3 4 5 6
# File 'lib/kubes/compiler/dsl/core/helpers.rb', line 3 def dockerfile_port path = "#{Kubes.root}/Dockerfile" File.exist?(path) ? parse_for_dockerfile_port(path) : 80 end