egroupware/doc/docker/fpm/hooks/build
2019-07-26 12:14:13 +02:00

5 lines
148 B
Bash

#!/bin/bash
# setting VERSION build arg from the tag we build
docker build --build-arg VERSION=$SOURCE_BRANCH -f $DOCKERFILE_PATH -t $IMAGE_NAME .