Files
astuto/script/docker-run.sh

8 lines
132 B
Bash
Raw Normal View History

2019-09-23 12:14:35 +02:00
#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
2019-09-22 15:52:53 +02:00
echo "Starting Astuto..."
2019-08-26 10:41:46 +02:00
docker-compose up "$@"