mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
8 lines
132 B
Bash
Executable File
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 "$@" |