Part3
This commit is contained in:
parent
1a5357e1df
commit
e98d78b444
16 changed files with 109 additions and 8 deletions
5
Part3/Exercise03/builder.sh
Executable file
5
Part3/Exercise03/builder.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
git clone https://github.com/$1.git ./repo
|
||||
cd ./repo
|
||||
docker build . -t $2
|
||||
docker push $2
|
Reference in a new issue