mirror of
https://github.com/alexgo-io/stacks-node-mainnet.git
synced 2026-01-12 22:24:12 +08:00
7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
|
cd $DIR
|
|
|
|
docker-compose up -d
|