s2-dungeonsandexploits/up.sh

8 lines
130 B
Bash
Executable File

#!/bin/bash
set -e
here="$(realpath "$(dirname "$0")")"
cd "$here"
docker-compose build
docker-compose up || docker-compose stop