mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
516ad523c1
Just reorganizing
11 lines
164 B
Bash
Executable File
11 lines
164 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(cd "$(dirname "$0")" && git rev-parse --show-toplevel)"
|
|
# shellcheck source=dc.sh
|
|
source docker/scripts/dc.sh
|
|
|
|
dc build
|
|
dc up -d
|