Files
streamline-emr/package
T
alec.turner 5222a67855 Integrate with hosted-app-utils
Strip down this repo and allow the hosted-app-utils `package` script to
auto-generate the package.
2024-07-30 08:48:18 -07:00

9 lines
316 B
Bash
Executable File

#!/bin/bash
LOCATION="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
CONFIG=${CONFIG:-${LOCATION}/config.json}
COMPOSE=${COMPOSE:-${LOCATION}/docker-compose.yml}
BUILD_DIR=${BUILD_DIR:-${LOCATION}/build-packages}
${LOCATION}/hosted-app-utils/package ${CONFIG} ${COMPOSE} output=${BUILD_DIR} $@