First version, accesses secure server

This commit is contained in:
2020-02-11 23:55:22 +01:00
parent 5739279920
commit f1972406d2
8 changed files with 75 additions and 0 deletions

6
scripts/build.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
cd "${0%/*}/.."
source ./config/config.sh
export PROP_SERVER_KEY=$(cat ./config/id_rsa)
docker-compose build