Initial add
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ./BaGet
|
||||
docker build $1\
|
||||
-t bkraul/baget:latest \
|
||||
.
|
||||
cd ..
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker push bkraul/baget:latest
|
||||
|
||||
Reference in New Issue
Block a user