Sha256: 6e6d8bce87334aaeb6aa76c9a15a87d67b0bae82f4105afa69d38b13ab44d6dc
Contents?: true
Size: 495 Bytes
Versions: 4
Compression:
Stored size: 495 Bytes
Contents
require "sct/docker/docker" module Sct class Yarn < Docker # Configure the Yarn command def self.config self.setImage("eu.gcr.io/dev-pasc-vcdm/helpers-yarn:latest", true) self.setPwdAsVolume("/app") self.addVolume(Sct::Config.convertWSLToWindowsPath(Sct::Config.getTrueHomePath()+"/.cache") , "/.cache") self.mapPort(8081, 8080) self.mapPort(9001) self.setCurrentUserAndGroup() end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sct-0.1.11 | lib/sct/docker/yarn.rb |
sct-0.1.10 | lib/sct/docker/yarn.rb |
sct-0.1.9 | lib/sct/docker/yarn.rb |
sct-0.1.8 | lib/sct/docker/yarn.rb |