Files
astuto/script/docker-run.sh
2019-09-23 12:14:35 +02:00

8 lines
132 B
Bash
Executable File

#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
echo "Starting Astuto..."
docker-compose up "$@"