Sha256: 6e9349799b57984a7183a985cb4306ecf97c35928dc00809dfb8504f05b87789

Contents?: true

Size: 372 Bytes

Versions: 4

Compression:

Stored size: 372 Bytes

Contents

require "sct_core"
require_relative "docker"

module Shell
    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

4 entries across 4 versions & 1 rubygems

Version Path
sct-0.1.22 shell/lib/shell/docker/php.rb
sct-0.1.21 shell/lib/shell/docker/php.rb
sct-0.1.20 shell/lib/shell/docker/php.rb
sct-0.1.19 shell/lib/shell/docker/php.rb