mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-03 12:48:15 +00:00
3 lines
105 B
Bash
3 lines
105 B
Bash
#!/bin/bash
|
|
docker build --build-arg GIT_DESC="$(git describe)" -f "$DOCKERFILE_PATH" -t "$IMAGE_NAME" .
|