oliverdavies.uk-drupal-old/bin/stop.sh

7 lines
69 B
Bash
Executable file

#!/usr/bin/env bash
set -e
symfony server:stop
docker-compose down