mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Add DOCKER_EXTRA env to docker_build.sh (#5204)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
4379549291
commit
c9b4fa16fd
@ -4,4 +4,4 @@ version=$(git rev-parse HEAD)
|
||||
|
||||
echo "Building version: $version"
|
||||
|
||||
docker build -t "$1" -t "$1:$version" .
|
||||
docker build -t "$1" -t "$1:$version" ${DOCKER_EXTRA} .
|
||||
|
Loading…
Reference in New Issue
Block a user