Sha256: 84b49e874a14bebe889ba0ec3b4c6ea17d1b6c8063ad34f18b00200ac4760152
Contents?: true
Size: 533 Bytes
Versions: 4
Compression:
Stored size: 533 Bytes
Contents
require "sct_core" require_relative "docker" module Shell class Composer < Docker # Configure the Yarn command def self.config self.setImage("eu.gcr.io/dev-pasc-vcdm/helpers-composer:latest", true) self.setPwdAsVolume("/app") self.addVolume(SctCore::Helper.convertWSLToWindowsPath("#{SctCore::Helper.windowsHomePath || SctCore::Helper.homePath}/.composer") , "/tmp") self.setCurrentUserAndGroup() self.setEntrypoint("composer") end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sct-0.1.22 | shell/lib/shell/docker/composer.rb |
sct-0.1.21 | shell/lib/shell/docker/composer.rb |
sct-0.1.20 | shell/lib/shell/docker/composer.rb |
sct-0.1.19 | shell/lib/shell/docker/composer.rb |