tinypin/docker-build.sh
2021-10-04 16:16:56 -05:00

9 lines
144 B
Bash
Executable file

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