Class: Wellcar::Templates::DockerEntrypoint
- Defined in:
- lib/wellcar/templates/docker_entrypoint.rb
Instance Method Summary collapse
-
#initialize ⇒ DockerEntrypoint
constructor
A new instance of DockerEntrypoint.
Methods inherited from Base
Constructor Details
#initialize ⇒ DockerEntrypoint
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 |