Sha256: 9876e14fcf3af347c7427a673c2c0206f39d088a850445dc519c0df9fe6fe62b

Contents?: true

Size: 259 Bytes

Versions: 3

Compression:

Stored size: 259 Bytes

Contents

require File.join(File.dirname(__FILE__), "base")

module Wellcar
  module Templates
    class DockerEntrypoint < Base
      def initialize
        super "bin/docker-entrypoint.sh"
        with_template "docker-entrypoint.sh.erb"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wellcar-0.0.3 lib/wellcar/templates/docker_entrypoint.rb
wellcar-0.0.2 lib/wellcar/templates/docker_entrypoint.rb
wellcar-0.0.1 lib/wellcar/templates/docker_entrypoint.rb