Sha256: efbd141e14638ac9e6fcf858563a50a618123b91b1f92c017f22d8589e453f85
Contents?: true
Size: 353 Bytes
Versions: 15
Compression:
Stored size: 353 Bytes
Contents
require "sct/docker/docker" module Sct class Php < Docker # Configure the Yarn command def self.config self.setImage("eu.gcr.io/dev-pasc-vcdm/proactive-base:latest", true) self.setPwdAsVolume("/var/www") self.setCurrentUserAndGroup() self.setEntrypoint("php") end end end
Version data entries
15 entries across 15 versions & 1 rubygems