6 lines
121 B
Bash
6 lines
121 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd "${0%/*}/.."
|
||
|
source ./config/config.sh
|
||
|
export PROP_SERVER_KEY=$(cat ./config/id_rsa)
|
||
|
docker-compose build
|