Files
hola-proxy/hooks/build
2021-03-13 05:14:19 +02:00

3 lines
105 B
Bash

#!/bin/bash
docker build --build-arg GIT_DESC="$(git describe)" -f "$DOCKERFILE_PATH" -t "$IMAGE_NAME" .