BaGet/latest/build

8 lines
78 B
Bash
Executable File

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