mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
7 lines
125 B
Bash
Executable file
7 lines
125 B
Bash
Executable file
#!/bin/sh
|
|
|
|
docker build \
|
|
-t slynn1324/tinypin \
|
|
--build-arg VERSION=$(git rev-parse --verify --short HEAD) \
|
|
.
|
|
|