1
0
Fork 0
This commit is contained in:
Vili Sinervä 2023-03-17 12:43:43 +02:00
parent 1a5357e1df
commit e98d78b444
16 changed files with 109 additions and 8 deletions

5
Part3/Exercise03/builder.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
git clone https://github.com/$1.git ./repo
cd ./repo
docker build . -t $2
docker push $2