builds/shairport/.pipeline/build.sh

9 lines
157 B
Bash
Executable File

#!/bin/bash
set -e
source ./.pipeline/shairport.env
docker build --pull -t shairport:latest .
docker tag shairport:latest ${DOCKER_REPO}/shairport:latest