Sha256: 71c813b049721f361a339b3db2c5c465bd844535293955c18cc9775a696a1eee
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
require File.join(File.dirname(__FILE__), "base") module Wellcar module Templates class Dockerignore < Base def initialize() super ".dockerignore" with_template "dockerignore.erb" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wellcar-0.0.3 | lib/wellcar/templates/dockerignore.rb |
wellcar-0.0.2 | lib/wellcar/templates/dockerignore.rb |
wellcar-0.0.1 | lib/wellcar/templates/dockerignore.rb |