BaGet/latest/build
2019-07-23 13:38:57 -05:00

8 lines
78 B
Bash
Executable File

#!/bin/bash
cd ./BaGet
docker build $1\
-t bkraul/baget:latest \
.
cd ..