docker-postgis/build-test.sh

10 wiersze
251 B
Bash
Czysty Zwykły widok Historia

#!/usr/bin/env bash
2021-01-27 18:06:59 +00:00
# For scenario testing purposes
2021-01-28 00:04:40 +00:00
if [[ ! -f .env ]]; then
echo "Default build arguments don't exists. Creating one from default value."
cp .example.env .env
fi
2021-01-27 18:06:59 +00:00
docker-compose -f docker-compose.build.yml build postgis-test