forked from extern/egroupware
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# setting VERSION build arg from the tag we build
|
||
|
docker build --build-arg VESION=$SOURCE_BRANCH -f $DOCKERFILE_PATH -t $IMAGE_NAME .
|