Class: Wellcar::Templates::Dockerignore

Inherits:
Base
  • Object
show all
Defined in:
lib/wellcar/templates/dockerignore.rb

Instance Method Summary collapse

Methods inherited from Base

#exist?, #render, #write

Constructor Details

#initializeDockerignore

Returns a new instance of Dockerignore.



6
7
8
9
# File 'lib/wellcar/templates/dockerignore.rb', line 6

def initialize()
  super ".dockerignore"
  with_template "dockerignore.erb"
end