mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 12:12:08 +01:00
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
|
||
|
|
source "$(dirname $0)/../common/functions"
|
||
|
|
source "$(dirname $0)/functions"
|
||
|
|
|
||
|
|
APP="$1"
|
||
|
|
|
||
|
|
generate_scale_file $APP
|