1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2024-12-18 12:41:10 +01:00
egroupware_official/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 .