Files
opensourcepos/docker/install-local.sh

16 lines
216 B
Bash

#!/bin/bash
cd docker
# load local environment variables
if [ ! -e ".env" ]; then
echo "The .env (environment variables) file is missing"
exit 1
fi
. ./.env
docker-compose build
/bin/bash ./init-selfcert.sh