stop-dev.sh 86 B

12345
  1. #!/usr/bin/env bash
  2. set -e
  3. # stop prior run and clear volumes
  4. docker-compose down -v