egroupware_official/doc/docker/fpm/hooks/build

5 lines
148 B
Plaintext
Raw Normal View History

#!/bin/bash
# setting VERSION build arg from the tag we build
2019-07-26 12:14:13 +02:00
docker build --build-arg VERSION=$SOURCE_BRANCH -f $DOCKERFILE_PATH -t $IMAGE_NAME .