5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")/.."
|
|
docker compose up -d --build
|