BaGet/latest/build

8 lines
78 B
Plaintext
Raw Normal View History

2019-07-23 18:37:58 +00:00
#!/bin/bash
cd ./BaGet
docker build $1\
-t bkraul/baget:latest \
.
cd ..