egroupware/doc/docker/fpm/hooks/build

5 lines
147 B
Plaintext
Raw Normal View History

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