Class: Wellcar::Templates::DockerEntrypoint

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

Instance Method Summary collapse

Methods inherited from Base

#exist?, #render, #write

Constructor Details

#initializeDockerEntrypoint

Returns a new instance of DockerEntrypoint.



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

def initialize
  super "bin/docker-entrypoint.sh"
  with_template "docker-entrypoint.sh.erb"
end