oliverdavies.uk/bin/stop.sh

6 lines
69 B
Bash
Executable file

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