mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 16:51:03 +00:00
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user