Sha256: 06f807c7a5a7e06259eb5b9ec4c58e54a7428590106f673534e578ef2f7e8a1d
Contents?: true
Size: 349 Bytes
Versions: 1
Compression:
Stored size: 349 Bytes
Contents
#!/usr/bin/env bash # Warning: You should run this from rootless Docker (or Podman, or other) set -e DIR=$(cd `dirname $0` && pwd) ROOT_DIR="${DIR}/.." WORKINGDIR="/app/ruby" docker run --rm \ -v "${ROOT_DIR}:${WORKINGDIR}" \ -v "hellosign-sdk-composer-cache:/.composer" \ -w "${WORKINGDIR}" \ -u root:root \ jtreminio/php-cli:7.4 "$@"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | bin/php |