cic-stack/scripts/build.sh

13 lines
174 B
Bash
Raw Normal View History

2021-08-28 18:26:16 +02:00
#! /usr/bin/env sh
# Exit in case of error
set -e
TAG=${TAG?Variable not set} \
docker-compose \
-f docker-compose.yml \
2021-10-30 01:33:46 +02:00
build \
--no-cache \
--parallel \
--progress plain