diff --git a/scripts/dev b/scripts/dev index 6b0dc7f2e20..211d5f7f671 100755 --- a/scripts/dev +++ b/scripts/dev @@ -5,7 +5,9 @@ PORT=9001 IMAGE=rancher/docs TAG=dev THEME= -BUILD= +BUILD_BUILD= +BUILD_DEV= +UPLOAD= # cd to app root CWD=$(dirname $0) @@ -20,11 +22,13 @@ print_help() cat 1>&2 <