Sha256: b2ebd65d88093af983c962dc2ea82a6f9525b7443fbef9d468c8fa471b599211

Contents?: true

Size: 543 Bytes

Versions: 6

Compression:

Stored size: 543 Bytes

Contents

require "sct_core"
require_relative "docker"

module Shell
    class Composer < Docker

        # Configure the Yarn command
       def self.config
            self.set_image("eu.gcr.io/dev-pasc-vcdm/helpers-composer:latest", true)
            self.set_pwd_as_volume("/app")
            self.add_volume(SctCore::Helper.convertWSLToWindowsPath("#{SctCore::Helper.windowsHomePath || SctCore::Helper.homePath}/.composer") , "/tmp")
            self.set_current_user_and_group()
            self.set_entrypoint("composer")
        end
    end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sct-0.1.28 shell/lib/shell/docker/composer.rb
sct-0.1.27 shell/lib/shell/docker/composer.rb
sct-0.1.26 shell/lib/shell/docker/composer.rb
sct-0.1.25 shell/lib/shell/docker/composer.rb
sct-0.1.24 shell/lib/shell/docker/composer.rb
sct-0.1.23 shell/lib/shell/docker/composer.rb