Skip to content

Commit

Permalink
remove flask run from cluster up command
Browse files Browse the repository at this point in the history
  • Loading branch information
bengerman13 committed Feb 5, 2021
1 parent 9e48b8d commit d2a9b62
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dev
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,9 @@ main() {
cluster)

pushd docker
docker-compose down
docker-compose build
docker-compose up -d
docker-compose up --force-recreate --build -d
popd

set -o allexport; source ${dir}/.env; set +o allexport
export FLASK_APP="kibana_cf_auth_proxy.app:create_app()"

${python} -m flask run -p ${PORT}
;;
destroy-cluster)
pushd docker
Expand Down

0 comments on commit d2a9b62

Please sign in to comment.