maybe we can wait again now that we have a timeout

This commit is contained in:
burnettk 2022-07-12 01:56:56 -04:00
parent 458ebed8a5
commit fcd7be586f

View File

@ -29,4 +29,4 @@ docker compose stop
# bin/wait_for_server_to_be_up script.
docker volume rm spiffworkflow-backend_spiffworkflow_backend || echo 'docker volume not found'
docker compose up $additional_args
docker compose up --wait $additional_args