Sha256: 176f680e5f806351bbfbd192af560d821cdc0c8d23521300b4b7b1d5bf258f38

Contents?: true

Size: 356 Bytes

Versions: 1

Compression:

Stored size: 356 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/openapi"

docker run -it --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 oas/bin/php