tinypin/docker-build.sh
2021-01-25 11:52:17 -06:00

7 lines
125 B
Bash
Executable file

#!/bin/sh
docker build \
-t slynn1324/tinypin \
--build-arg VERSION=$(git rev-parse --verify --short HEAD) \
.